summaryrefslogtreecommitdiff
path: root/distro
diff options
context:
space:
mode:
authorJeremiah Snapp <jeremiah.snapp@opscode.com>2013-07-25 10:44:37 -0400
committerBryan McLellan <btm@opscode.com>2013-10-04 09:52:10 -0700
commitcdae2d8f180645fbfa818acf924c7aa62fa23381 (patch)
treec886e298fc8bbcd0c182b5501e9cbe7b26c4fc26 /distro
parent9df33fdc8f6ba597fe47831776c7069ade0ddb38 (diff)
downloadchef-cdae2d8f180645fbfa818acf924c7aa62fa23381.tar.gz
Fix --email 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 331441aa61..e044adfa1c 100644
--- a/distro/common/html/knife-cookbook.1.html
+++ b/distro/common/html/knife-cookbook.1.html
@@ -219,7 +219,7 @@ regular expression (<em>regex</em>) should be in quotes, not in //'s.</p>
<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>-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>
+<dt><code>-m</code>, <code>--email email</code></dt><dd>email address of cookbook maintainer</dd>
</dl>
@@ -258,7 +258,7 @@ the cookbook and follow any restrictions they describe. when using
are pre-filled. the <code>none</code> license will be treated as
non-redistributable.</p>
-<p>specify <code>-e</code> or <code>--email</code> with the email address of the cookbook's
+<p>specify <code>-m</code> or <code>--email</code> with the email address of the cookbook's
maintainer. if this value is not specified, an all-caps string
<code>your_email</code> is used which can easily be changed with find/replace.</p>
diff --git a/distro/common/man/man1/knife-cookbook.1 b/distro/common/man/man1/knife-cookbook.1
index d67269f77b..8e5535c0ce 100644
--- a/distro/common/man/man1/knife-cookbook.1
+++ b/distro/common/man/man1/knife-cookbook.1
@@ -169,7 +169,7 @@ name of copyright holder
license for cookbook, apachev2 or none
.
.TP
-\fB\-e\fR, \fB\-\-email email\fR
+\fB\-m\fR, \fB\-\-email email\fR
email address of cookbook maintainer
.
.P
@@ -217,7 +217,7 @@ specify \fB\-C\fR or \fB\-\-copyright\fR with the name of the copyright holder a
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\.
.
.P
-specify \fB\-e\fR or \fB\-\-email\fR with the email address of the cookbook\'s maintainer\. if this value is not specified, an all\-caps string \fByour_email\fR is used which can easily be changed with find/replace\.
+specify \fB\-m\fR or \fB\-\-email\fR with the email address of the cookbook\'s maintainer\. if this value is not specified, an all\-caps string \fByour_email\fR is used which can easily be changed with find/replace\.
.
.P
the cookbook copyright, license, email and readme_format settings can be filled in the \fBknife\.rb\fR, for example with default values:
diff --git a/distro/common/markdown/man1/knife-cookbook.mkd b/distro/common/markdown/man1/knife-cookbook.mkd
index a28457fdef..deaf00447a 100644
--- a/distro/common/markdown/man1/knife-cookbook.mkd
+++ b/distro/common/markdown/man1/knife-cookbook.mkd
@@ -121,7 +121,7 @@ __knife cookbook create cookbook__ _(options)_
name of copyright holder
* `-i`, `--license license`:
license for cookbook, apachev2 or none
- * `-e`, `--email email`:
+ * `-m`, `--email email`:
email address of cookbook maintainer
this is a helper command that creates a new cookbook directory in the
@@ -156,7 +156,7 @@ the cookbook and follow any restrictions they describe. when using
are pre-filled. the `none` license will be treated as
non-redistributable.
-specify `-e` or `--email` with the email address of the cookbook's
+specify `-m` or `--email` with the email address of the cookbook's
maintainer. if this value is not specified, an all-caps string
`your_email` is used which can easily be changed with find/replace.