From cdae2d8f180645fbfa818acf924c7aa62fa23381 Mon Sep 17 00:00:00 2001 From: Jeremiah Snapp Date: Thu, 25 Jul 2013 10:44:37 -0400 Subject: Fix --email knife option typo in docs --- distro/common/html/knife-cookbook.1.html | 4 ++-- distro/common/man/man1/knife-cookbook.1 | 4 ++-- distro/common/markdown/man1/knife-cookbook.mkd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'distro') 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 (regex) should be in quotes, not in //'s.

-r, --readme-format format
format of the readme file md, mkd, txt, rdoc
-C, --copyright copyright
name of copyright holder
-i, --license license
license for cookbook, apachev2 or none
-
-e, --email email
email address of cookbook maintainer
+
-m, --email email
email address of cookbook maintainer
@@ -258,7 +258,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.

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. -- cgit v1.2.1