From f6485d6eb8378e874ca22e67c2976835ab7601fa Mon Sep 17 00:00:00 2001 From: nfagerlund Date: Thu, 17 Feb 2011 10:00:06 -0800 Subject: (#1204) Fix --param flag in puppet resource manpage Ronn doesn't like for some reason. --- lib/puppet/application/resource.rb | 4 ++-- 1 file 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 ] [-p|--param ] [-t|--types] [] - [= ...] + [-H|--host ] [-p|--param ] [-t|--types] + [] [= ...] DESCRIPTION -- cgit