diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-04-20 23:36:29 -0700 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | 54c1cc5dc9f8994378c850474b8fd468300fb0e8 (patch) | |
tree | 340e8f81de7ebf64452d97e0acb5ebe65d53be42 /lib/puppet | |
parent | c79b2282ab0af181d354cfbae7d0b8da964cc03c (diff) | |
download | puppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.tar.gz puppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.tar.xz puppet-54c1cc5dc9f8994378c850474b8fd468300fb0e8.zip |
feature #2276 Single Executable: "puppet describe"
Add "puppet describe" as the new invocation of "pi"
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/application/describe.rb (renamed from lib/puppet/application/pi.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application/pi.rb b/lib/puppet/application/describe.rb index 4a0bb955a..d3d335496 100644 --- a/lib/puppet/application/pi.rb +++ b/lib/puppet/application/describe.rb @@ -175,7 +175,7 @@ class TypeDoc end -Puppet::Application.new(:pi,"#{$0} [options] [type]") do +Puppet::Application.new(:describe,"#{$0} [options] [type]") do should_not_parse_config |