diff options
Diffstat (limited to 'distro/common/html/knife_show.html')
-rw-r--r-- | distro/common/html/knife_show.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distro/common/html/knife_show.html b/distro/common/html/knife_show.html index 9e90a3d8f9..6820b5593f 100644 --- a/distro/common/html/knife_show.html +++ b/distro/common/html/knife_show.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> @@ -65,7 +64,7 @@ <dt><tt class="docutils literal"><span class="pre">--concurrency</span></tt></dt> <dd>The number of allowed concurrent connections. Default: <tt class="docutils literal"><span class="pre">10</span></tt>.</dd> <dt><tt class="docutils literal"><span class="pre">--local</span></tt></dt> -<dd>Indicates that instead of remote files, local files will be shown.</dd> +<dd>Use to show local files instead of remote files.</dd> <dt><tt class="docutils literal"><span class="pre">--repo-mode</span> <span class="pre">MODE</span></tt></dt> <dd>The layout of the local chef-repo. Possible values: <tt class="docutils literal"><span class="pre">static</span></tt>, <tt class="docutils literal"><span class="pre">everything</span></tt>, or <tt class="docutils literal"><span class="pre">hosted_everything</span></tt>. Use <tt class="docutils literal"><span class="pre">static</span></tt> for just roles, environments, cookbooks, and data bags. By default, <tt class="docutils literal"><span class="pre">everything</span></tt> and <tt class="docutils literal"><span class="pre">hosted_everything</span></tt> are dynamically selected depending on the server type. Default: <tt class="docutils literal"><span class="pre">everything</span></tt> / <tt class="docutils literal"><span class="pre">hosted_everything</span></tt>.</dd> </dl> |