remove unneeded OptionParser separators

This commit is contained in:
Josh Holtrop 2018-10-12 17:20:34 -04:00
parent a649c7f4cb
commit ea6ae1be10

View File

@ -48,9 +48,6 @@ module Rscons
OptionParser.new do |opts| OptionParser.new do |opts|
opts.banner = "Usage: #{$0} [options]" opts.banner = "Usage: #{$0} [options]"
opts.separator ""
opts.separator "Options:"
opts.on("-f FILE", "Execute FILE (default Rsconsfile)") do |f| opts.on("-f FILE", "Execute FILE (default Rsconsfile)") do |f|
rsconsfile = f rsconsfile = f
end end