mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Add comment about pass
This commit is contained in:
parent
d8396fecf9
commit
1b43f7d48f
@ -26,7 +26,8 @@ module Uplot
|
||||
OptionParser.new do |opt|
|
||||
opt.program_name = 'uplot'
|
||||
opt.version = Uplot::VERSION
|
||||
opt.on('-O', '--pass [VAL]', 'file to output standard input data to [stdout]') do |v|
|
||||
opt.on('-O', '--pass [VAL]', 'file to output standard input data to [stdout]',
|
||||
'For inserting uplot in the middle of a Unix pipeline operation') do |v|
|
||||
@pass = v || $stdout
|
||||
end
|
||||
opt.on('-o', '--output VAL', 'file to output results to [stderr]') do |v|
|
||||
|
Loading…
Reference in New Issue
Block a user