Skip to content

Commit

Permalink
Ensure script/plugin unsource 'Usage' text is correct. [#526 state:re…
Browse files Browse the repository at this point in the history
…solved]

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
rikas authored and lifo committed Jul 2, 2008
1 parent 267d396 commit 820992c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/commands/plugin.rb
Expand Up @@ -632,7 +632,7 @@ def initialize(base_command)
def options
OptionParser.new do |o|
o.set_summary_indent(' ')
o.banner = "Usage: #{@base_command.script_name} source URI [URI [URI]...]"
o.banner = "Usage: #{@base_command.script_name} unsource URI [URI [URI]...]"
o.define_head "Remove repositories from the default search list."
o.separator ""
o.on_tail("-h", "--help", "Show this help message.") { puts o; exit }
Expand Down

0 comments on commit 820992c

Please sign in to comment.