diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-04-30 16:39:08 -0700 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | b65d1af8bb9e99128b0362ac0a4dab79aa3d4507 (patch) | |
tree | 8984855a1e88005ed1b332f8c72282dcd62aab58 /lib/puppet/application.rb | |
parent | 76304f8b09ec7d47b5ebd75efde8499a1e3ca63c (diff) | |
download | puppet-b65d1af8bb9e99128b0362ac0a4dab79aa3d4507.tar.gz puppet-b65d1af8bb9e99128b0362ac0a4dab79aa3d4507.tar.xz puppet-b65d1af8bb9e99128b0362ac0a4dab79aa3d4507.zip |
Feature #2276 Single Executable: usage message
The usage message should show the single-executable variant of commands.
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet/application.rb')
-rw-r--r-- | lib/puppet/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application.rb b/lib/puppet/application.rb index 550e4be76..1ba986605 100644 --- a/lib/puppet/application.rb +++ b/lib/puppet/application.rb @@ -25,7 +25,7 @@ require 'optparse' # # # run_command is called to actually run the specified command # def run_command -# send Puppet::Util::CommandLine.args.shift +# send Puppet::Util::CommandLine.new.args.shift # end # # # option uses metaprogramming to create a method |