summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference
diff options
context:
space:
mode:
authorBen Hughes <ben@puppetlabs.com>2011-03-03 16:23:08 -0800
committernfagerlund <nick.fagerlund@gmail.com>2011-03-03 16:23:08 -0800
commit6c53eb3967a1d0c3a31f65356515f07f90524f98 (patch)
treebffcbbe3cefd8f561117383930cd8bc67c798601 /lib/puppet/reference
parent63d8a1f83f4ad109817990354f05879f44419137 (diff)
downloadpuppet-6c53eb3967a1d0c3a31f65356515f07f90524f98.tar.gz
puppet-6c53eb3967a1d0c3a31f65356515f07f90524f98.tar.xz
puppet-6c53eb3967a1d0c3a31f65356515f07f90524f98.zip
(#6445) Fix inline docs: puppet agent does not accept --mkusers
Inline documentation in lib/puppet/reference/configuration.rb stated that puppet agent accepted the --mkusers flag, which is only intended for use with puppet master.
Diffstat (limited to 'lib/puppet/reference')
-rw-r--r--lib/puppet/reference/configuration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb
index c8ff145ba..6581427ff 100644
--- a/lib/puppet/reference/configuration.rb
+++ b/lib/puppet/reference/configuration.rb
@@ -122,7 +122,7 @@ likewise be redirected to a file:
Puppet can also create user and group accounts for itself (one `puppet` group
and one `puppet` user) if it is invoked as `root` with the `--mkusers` argument:
- $ puppet agent --mkusers
+ $ puppet master --mkusers
## Signals