[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
nfagerlund
nick.fagerlund at gmail.com
Tue May 10 08:04:55 UTC 2011
The following commit has been merged in the experimental branch:
commit f6485d6eb8378e874ca22e67c2976835ab7601fa
Author: nfagerlund <nick.fagerlund at gmail.com>
Date: Thu Feb 17 10:00:06 2011 -0800
(#1204) Fix --param flag in puppet resource manpage
Ronn doesn't like <param> for some reason.
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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list