summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah.snapp@opscode.com>2013-07-25 09:07:30 -0400
committerBryan McLellan <btm@opscode.com>2013-10-04 09:52:10 -0700
commit9df33fdc8f6ba597fe47831776c7069ade0ddb38 (patch)
treeda185b80e9aff2de30185b0f2ff0eff8fdac1924 /distro
parentd3e9bbb6bd569b06ee270dfa446590499e1304f2 (diff)
downloadchef-9df33fdc8f6ba597fe47831776c7069ade0ddb38.tar.gz
Fix --copyright knife option typo in docs
Diffstat (limited to 'distro')
-rw-r--r--distro/common/html/knife-cookbook.1.html4
-rw-r--r--distro/common/man/man1/knife-cookbook.14
-rw-r--r--distro/common/markdown/man1/knife-cookbook.mkd4
3 files changed, 6 insertions, 6 deletions
diff --git a/distro/common/html/knife-cookbook.1.html b/distro/common/html/knife-cookbook.1.html
index e56d9d8e35..331441aa61 100644
--- a/distro/common/html/knife-cookbook.1.html
+++ b/distro/common/html/knife-cookbook.1.html
@@ -217,7 +217,7 @@ regular expression (<em>regex</em>) should be in quotes, not in //'s.</p>
<dl>
<dt><code>-o</code>, <code>--cookbook-path path</code></dt><dd>the directory where the cookbook will be created</dd>
<dt><code>-r</code>, <code>--readme-format format</code></dt><dd>format of the readme file md, mkd, txt, rdoc</dd>
-<dt><code>-c</code>, <code>--copyright copyright</code></dt><dd>name of copyright holder</dd>
+<dt><code>-C</code>, <code>--copyright copyright</code></dt><dd>name of copyright holder</dd>
<dt><code>-i</code>, <code>--license license</code></dt><dd>license for cookbook, apachev2 or none</dd>
<dt><code>-e</code>, <code>--email email</code></dt><dd>email address of cookbook maintainer</dd>
</dl>
@@ -245,7 +245,7 @@ named cookbook.</p>
readme file will be written with the specified extension and a set of
helpful starting headers.</p>
-<p>specify <code>-c</code> or <code>--copyright</code> with the name of the copyright holder as
+<p>specify <code>-C</code> or <code>--copyright</code> with the name of the copyright holder as
your name or your company/organization name in a quoted string. if this
value is not specified an all-caps string <code>your_company_name</code> is used
which can be easily changed with find/replace.</p>
diff --git a/distro/common/man/man1/knife-cookbook.1 b/distro/common/man/man1/knife-cookbook.1
index 9e6b71b08d..d67269f77b 100644
--- a/distro/common/man/man1/knife-cookbook.1
+++ b/distro/common/man/man1/knife-cookbook.1
@@ -161,7 +161,7 @@ the directory where the cookbook will be created
format of the readme file md, mkd, txt, rdoc
.
.TP
-\fB\-c\fR, \fB\-\-copyright copyright\fR
+\fB\-C\fR, \fB\-\-copyright copyright\fR
name of copyright holder
.
.TP
@@ -211,7 +211,7 @@ cookbook/templates/default
supported readme formats are \'md\' (default), \'mkd\', \'txt\', \'rdoc\'\. the readme file will be written with the specified extension and a set of helpful starting headers\.
.
.P
-specify \fB\-c\fR or \fB\-\-copyright\fR with the name of the copyright holder as your name or your company/organization name in a quoted string\. if this value is not specified an all\-caps string \fByour_company_name\fR is used which can be easily changed with find/replace\.
+specify \fB\-C\fR or \fB\-\-copyright\fR with the name of the copyright holder as your name or your company/organization name in a quoted string\. if this value is not specified an all\-caps string \fByour_company_name\fR is used which can be easily changed with find/replace\.
.
.P
specify \fB\-i\fR or \fB\-\-license\fR with the license that the cookbook is distributed under for sharing with other people or posting to the opscode cookbooks site\. be aware of the licenses of files you put inside the cookbook and follow any restrictions they describe\. when using \fBnone\fR (default) or \fBapachev2\fR, comment header text and metadata file are pre\-filled\. the \fBnone\fR license will be treated as non\-redistributable\.
diff --git a/distro/common/markdown/man1/knife-cookbook.mkd b/distro/common/markdown/man1/knife-cookbook.mkd
index 4f714c52f6..a28457fdef 100644
--- a/distro/common/markdown/man1/knife-cookbook.mkd
+++ b/distro/common/markdown/man1/knife-cookbook.mkd
@@ -117,7 +117,7 @@ __knife cookbook create cookbook__ _(options)_
the directory where the cookbook will be created
* `-r`, `--readme-format format`:
format of the readme file md, mkd, txt, rdoc
- * `-c`, `--copyright copyright`:
+ * `-C`, `--copyright copyright`:
name of copyright holder
* `-i`, `--license license`:
license for cookbook, apachev2 or none
@@ -143,7 +143,7 @@ supported readme formats are 'md' (default), 'mkd', 'txt', 'rdoc'. the
readme file will be written with the specified extension and a set of
helpful starting headers.
-specify `-c` or `--copyright` with the name of the copyright holder as
+specify `-C` or `--copyright` with the name of the copyright holder as
your name or your company/organization name in a quoted string. if this
value is not specified an all-caps string `your_company_name` is used
which can be easily changed with find/replace.