Adjust summary_width

Try to keep it within 80 characters
This commit is contained in:
kojix2 2021-05-28 12:31:06 +09:00
parent 74f7a2435d
commit cfbbc33286

View File

@ -33,7 +33,7 @@ module YouPlot
OptionParser.new do |parser|
parser.program_name = 'YouPlot'
parser.version = YouPlot::VERSION
parser.summary_width = 24
parser.summary_width = 23
parser.on_tail('') # Add a blank line at the end
parser.separator('')
parser.on('Common options:')