mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Adjust summary_width
Try to keep it within 80 characters
This commit is contained in:
parent
74f7a2435d
commit
cfbbc33286
@ -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:')
|
||||
|
Loading…
Reference in New Issue
Block a user