Removed duplicated opts.separator call in concatfragments.rb
This commit is contained in:
parent
b09be245d4
commit
99384037d6
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ settings = {
|
|||
|
||||
OptionParser.new do |opts|
|
||||
opts.banner = "Usage: #{$0} [options]"
|
||||
opts.separator ""
|
||||
opts.separator "Specific options:"
|
||||
|
||||
opts.on("-o", "--outfile OUTFILE", String, "The file to create from the sources") do |o|
|
||||
|
|
Loading…
Reference in a new issue