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/7785baba Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/7785baba Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/7785baba Branch: refs/heads/blur-console-v2 Commit: 7785babaf01c9d6fa8b27fe695590eb54c4510b3 Parents: 1cbd0c5 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:36 2013 -0500 ---------------------------------------------------------------------- docs/using-blur.html | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/7785baba/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>
