mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Improved command description
This commit is contained in:
parent
731daef3f8
commit
3aceae9279
@ -26,7 +26,7 @@ module Uplot
|
|||||||
OptionParser.new do |opt|
|
OptionParser.new do |opt|
|
||||||
opt.program_name = 'uplot'
|
opt.program_name = 'uplot'
|
||||||
opt.version = Uplot::VERSION
|
opt.version = Uplot::VERSION
|
||||||
opt.on('-O', '--output', TrueClass) do |v|
|
opt.on('-O', 'outputs the standard input data to the standard output', TrueClass) do |v|
|
||||||
@output = v
|
@output = v
|
||||||
end
|
end
|
||||||
opt.on('-d', '--delimiter VAL', 'use DELIM instead of TAB for field delimiter', String) do |v|
|
opt.on('-d', '--delimiter VAL', 'use DELIM instead of TAB for field delimiter', String) do |v|
|
||||||
|
Loading…
Reference in New Issue
Block a user