diff options
author | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-17 10:00:06 -0800 |
---|---|---|
committer | nfagerlund <nick.fagerlund@gmail.com> | 2011-02-17 12:01:18 -0800 |
commit | f6485d6eb8378e874ca22e67c2976835ab7601fa (patch) | |
tree | da9fcf215a22882b2ea6fe880bfc4946d7524a64 | |
parent | dac032d589862a9f5c2f054aaf17686bf96f0c09 (diff) | |
download | puppet-f6485d6eb8378e874ca22e67c2976835ab7601fa.tar.gz puppet-f6485d6eb8378e874ca22e67c2976835ab7601fa.tar.xz puppet-f6485d6eb8378e874ca22e67c2976835ab7601fa.zip |
(#1204) Fix --param flag in puppet resource manpage
Ronn doesn't like <param> for some reason.
-rw-r--r-- | lib/puppet/application/resource.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/application/resource.rb b/lib/puppet/application/resource.rb index f5741b9ee..3995c285b 100644 --- a/lib/puppet/application/resource.rb +++ b/lib/puppet/application/resource.rb @@ -49,8 +49,8 @@ Uses the Puppet RAL to directly interact with the system. USAGE ----- puppet resource [-h|--help] [-d|--debug] [-v|--verbose] [-e|--edit] - [-H|--host <host>] [-p|--param <param>] [-t|--types] <type> [<name>] - [<attribute>=<value> ...] + [-H|--host <host>] [-p|--param <parameter>] [-t|--types] <type> + [<name>] [<attribute>=<value> ...] DESCRIPTION |