diff options
Diffstat (limited to 'distro/common/html/knife_configure.html')
-rw-r--r-- | distro/common/html/knife_configure.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/distro/common/html/knife_configure.html b/distro/common/html/knife_configure.html index 08ea58b4e0..2a7055ba12 100644 --- a/distro/common/html/knife_configure.html +++ b/distro/common/html/knife_configure.html @@ -1,4 +1,3 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -14,7 +13,7 @@ <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { - URL_ROOT: '', + URL_ROOT: './', VERSION: '', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', @@ -46,7 +45,7 @@ <p>The <strong>knife configure</strong> subcommand is used to create the knife.rb and client.rb files so that they can be distributed to workstations and nodes.</p> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">ΒΆ</a></h2> -<p>This argument has the following syntax when creating a knife.rb file:</p> +<p>This subcommand has the following syntax when creating a knife.rb file:</p> <div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife configure <span class="o">(</span>options<span class="o">)</span> </pre></div> </div> @@ -68,7 +67,7 @@ <dt><tt class="docutils literal"><span class="pre">--admin-client-key</span> <span class="pre">PATH</span></tt></dt> <dd>The path to the private key used by the client, typically a file named <tt class="docutils literal"><span class="pre">admin.pem</span></tt>.</dd> <dt><tt class="docutils literal"><span class="pre">-i</span></tt>, <tt class="docutils literal"><span class="pre">--initial</span></tt></dt> -<dd>Use to create a API client, typically an administrator client on a freshly-installed server.</dd> +<dd>Use to create a API client, typically an administrator client on a freshly-installed Chef server.</dd> <dt><tt class="docutils literal"><span class="pre">-r</span> <span class="pre">REPO</span></tt>, <tt class="docutils literal"><span class="pre">--repository</span> <span class="pre">REPO</span></tt></dt> <dd>The path to the chef-repo.</dd> <dt><tt class="docutils literal"><span class="pre">--validation-client-name</span> <span class="pre">NAME</span></tt></dt> |