Ronn doesn't like <param> for some reason. Signed-off-by: nfagerlund <[email protected]> --- Local-branch: ticket/next/1204 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 f5741b9..3995c28 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 -- 1.7.3.3 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
