summaryrefslogtreecommitdiff
path: root/distro/common/markdown/man1
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/common/markdown/man1
parentd3e9bbb6bd569b06ee270dfa446590499e1304f2 (diff)
downloadchef-9df33fdc8f6ba597fe47831776c7069ade0ddb38.tar.gz
Fix --copyright knife option typo in docs
Diffstat (limited to 'distro/common/markdown/man1')
-rw-r--r--distro/common/markdown/man1/knife-cookbook.mkd4
1 files changed, 2 insertions, 2 deletions
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.