Issue #4274 has been updated by Jeff Weiss. Description updated
Not an issue anymore. We no longer suggest that someone try --help. ---------------------------------------- Bug #4274: Invalid option help wording https://projects.puppetlabs.com/issues/4274 Author: Markus Roberts Status: Unreviewed Priority: Low Assignee: Category: error reporting Target version: 2.7.x Affected Puppet version: 2.6.0 Keywords: Branch: If you type: <pre> puppetmasterd --goo </pre> You are told: <pre> invalid option: --goo Try 'puppet puppetmasterd --help' </pre> but really it should be: <pre> invalid option: --goo Try 'puppetmasterd --help' </pre> This comes from: <pre> lib/puppet/application.rb: $stderr.puts "Try 'puppet #{command_line.subcommand_name} --help'" </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
