Updated Branches: refs/heads/apache-blur-0.2 7984f6f1d -> 194740f53
Adding docs for new commands Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/194740f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/194740f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/194740f5 Branch: refs/heads/apache-blur-0.2 Commit: 194740f53fdbc2aeef5b74585bb7c0c3de699cc1 Parents: 7984f6f Author: Aaron McCurry <[email protected]> Authored: Wed Nov 6 11:40:18 2013 -0500 Committer: Aaron McCurry <[email protected]> Committed: Wed Nov 6 11:40:18 2013 -0500 ---------------------------------------------------------------------- docs/using-blur.html | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/194740f5/docs/using-blur.html ---------------------------------------------------------------------- diff --git a/docs/using-blur.html b/docs/using-blur.html index b20b9c1..b54f7d1 100644 --- a/docs/using-blur.html +++ b/docs/using-blur.html @@ -115,6 +115,8 @@ <li><a href="#shell_command_timed"> timed</a></li> <li><a href="#shell_command_quit"> quit</a></li> <li><a href="#shell_command_reset"> reset</a></li> +<li><a href="#shell_command_user"> user</a></li> +<li><a href="#shell_command_whoami"> whoami</a></li> </ul></li> </ul> @@ -471,6 +473,12 @@ The following rules are used when interacting with the shell: <h4 id="shell_command_reset">reset</h4> <p>Description: Resets the terminal window.<br/> <pre><code class="bash">reset </code></pre></p> +<h4 id="shell_command_user">user</h4> +<p>Description: Set the user in use. No args to reset.<br/> +<pre><code class="bash">user [<username> [name=value ...]]</code></pre></p> +<h4 id="shell_command_whoami">whoami</h4> +<p>Description: Print current user.<br/> +<pre><code class="bash">whoami </code></pre></p> </section> <section>
