diff options
author | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:17:26 -0700 |
---|---|---|
committer | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:18:11 -0700 |
commit | 5e0c31c19fb787ee9b2a8b62951a75873e70d5fd (patch) | |
tree | 1dfabc20f85e7b28163b8223a8171e08b786f7d2 /distro/common/html/knife_user.html | |
parent | ded6da6048c6900d7816f3074d24f3a02f8155e9 (diff) | |
download | chef-5e0c31c19fb787ee9b2a8b62951a75873e70d5fd.tar.gz |
update html man page help; add knife serve
Diffstat (limited to 'distro/common/html/knife_user.html')
-rw-r--r-- | distro/common/html/knife_user.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distro/common/html/knife_user.html b/distro/common/html/knife_user.html index dd0511e14d..159c1f3567 100644 --- a/distro/common/html/knife_user.html +++ b/distro/common/html/knife_user.html @@ -23,7 +23,6 @@ <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> - <link rel="shortcut icon" href="_static/chef.ico"/> </head> @@ -70,7 +69,7 @@ <p>This argument has the following options:</p> <dl class="docutils"> <dt><tt class="docutils literal"><span class="pre">-a</span></tt>, <tt class="docutils literal"><span class="pre">--admin</span></tt></dt> -<dd>Indicates that a client will be created as an admin client. This is required when users of the open source Chef server need to access the Chef Server API as an administrator. This option only works when used with the open source Chef server and will have no effect when used with Enterprise Chef.</dd> +<dd>Use to create a client as an admin client. This is required for any user to access Open Source Chef as an administrator. This option only works when used with the open source Chef server and will have no effect when used with Enterprise Chef.</dd> <dt><tt class="docutils literal"><span class="pre">-f</span> <span class="pre">FILE_NAME</span></tt>, <tt class="docutils literal"><span class="pre">--file</span> <span class="pre">FILE_NAME</span></tt></dt> <dd>Use to save a private key to the specified file name.</dd> <dt><tt class="docutils literal"><span class="pre">-p</span> <span class="pre">PASSWORD</span></tt>, <tt class="docutils literal"><span class="pre">--password</span> <span class="pre">PASSWORD</span></tt></dt> @@ -145,7 +144,7 @@ <p>This argument has the following options:</p> <dl class="docutils"> <dt><tt class="docutils literal"><span class="pre">-w</span></tt>, <tt class="docutils literal"><span class="pre">--with-uri</span></tt></dt> -<dd>Indicates that the corresponding URIs will be shown.</dd> +<dd>Use to show the corresponding URIs.</dd> </dl> </div> <div class="section" id="id9"> |