mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
This commit is contained in:
parent
267d3964eb
commit
820992c98f
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ module Commands
|
|||
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 }
|
||||
|
|
Loading…
Reference in a new issue