It's a simple tool, it doesn't need both synopsis and description. Especially when they're identical.
Signed-off-by: nfagerlund <[email protected]> --- Local-branch: ticket/next/1204 lib/puppet/application/describe.rb | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/lib/puppet/application/describe.rb b/lib/puppet/application/describe.rb index bd23375..7964315 100644 --- a/lib/puppet/application/describe.rb +++ b/lib/puppet/application/describe.rb @@ -190,17 +190,12 @@ SYNOPSIS -------- Prints help about Puppet resource types, providers, and metaparameters. + USAGE ----- puppet describe [-h|--help] [-s|--short] [-p|--providers] [-l|--list] [-m|--meta] -DESCRIPTION ------------ -Prints details of Puppet types, providers and metaparameters on the -console. - - OPTIONS ------- * --help: -- 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.
