提交 820992c9 编写于 作者: R Ricardo Santos 提交者: Pratik Naik

Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved]

Signed-off-by: NPratik Naik <pratiknaik@gmail.com>
上级 267d3964
......@@ -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 }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册