Issue #4274 has been updated by Paul Berry.

Target version changed from queued to 2.6.x
Affected version changed from 2.6.0rc3 to 2.6.0

Although this is a low priority bug, ideally it should be fixed as a point 
release for 2.6, since it was introduced in 2.6.
----------------------------------------
Bug #4274: Invalid option help wording
http://projects.puppetlabs.com/issues/4274

Author: Markus Roberts
Status: Accepted
Priority: Low
Assignee: 
Category: error reporting
Target version: 2.6.x
Affected 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.

Reply via email to