summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/metatype/metaparams.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/metatype/metaparams.rb b/lib/puppet/metatype/metaparams.rb
index e407ece24..37a712c4d 100644
--- a/lib/puppet/metatype/metaparams.rb
+++ b/lib/puppet/metatype/metaparams.rb
@@ -218,7 +218,7 @@ class Puppet::Type
Tags are currently useful for things like applying a subset of a
host's configuration::
- puppetd --test --tag mytag
+ puppetd --test --tags mytag
This way, when you're testing a configuration you can run just the
portion you're testing."