Removed duplicated opts.separator call in concatfragments.rb

This commit is contained in:
Luis Fernandez Alvarez 2013-10-28 09:03:30 +01:00
parent b09be245d4
commit 99384037d6

View file

@ -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|