mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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:
committed by
Pratik Naik
parent
267d3964eb
commit
820992c98f
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user