summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/command_line
diff options
context:
space:
mode:
authorJesse Wolfe <jes5199@gmail.com>2011-02-01 16:59:23 -0800
committerJesse Wolfe <jes5199@gmail.com>2011-02-01 16:59:23 -0800
commitc677f5bd4bb18ec93b82d8f39f317dd40963c2cc (patch)
tree0d7d3617762d3076bd080c39a78a1e92568cb839 /lib/puppet/util/command_line
parent9b064e655f90bb5aa2f95e343e9c22765ddf4998 (diff)
parent66b442b723f1e74b934381227955cc30d64f3636 (diff)
downloadpuppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.tar.gz
puppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.tar.xz
puppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.zip
Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.next
Diffstat (limited to 'lib/puppet/util/command_line')
-rwxr-xr-xlib/puppet/util/command_line/puppetdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/util/command_line/puppetdoc b/lib/puppet/util/command_line/puppetdoc
index 8f24ea5ef..45a9c6518 100755
--- a/lib/puppet/util/command_line/puppetdoc
+++ b/lib/puppet/util/command_line/puppetdoc
@@ -37,7 +37,7 @@
# Specifies the directory where to output the rdoc documentation in 'rdoc' mode.
#
# mode::
-# Determine the output mode. Valid modes are 'text', 'trac', 'pdf' and 'rdoc'. The 'pdf' mode creates PDF formatted files in the /tmp directory. The default mode is 'text'. In 'rdoc' mode you must provide 'manifests-path'
+# Determine the output mode. Valid modes are 'text', 'pdf' and 'rdoc'. The 'pdf' mode creates PDF formatted files in the /tmp directory. The default mode is 'text'. In 'rdoc' mode you must provide 'manifests-path'
#
# reference::
# Build a particular reference. Get a list of references by running +puppet doc --list+.
@@ -47,7 +47,7 @@
#
# = Example
#
-# $ puppet doc -r type > /tmp/type_reference.rst
+# $ puppet doc -r type > /tmp/type_reference.markdown
# or
# $ puppet doc --outputdir /tmp/rdoc --mode rdoc /path/to/manifests
# or