mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Added that the command takes a file as an argument
This commit is contained in:
parent
d085828883
commit
f7a7dcd1d4
@ -96,7 +96,7 @@ module Uplot
|
||||
Version: #{Uplot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||
Source: https://github.com/kojix2/uplot
|
||||
|
||||
Usage: uplot <command> [options]
|
||||
Usage: uplot <command> [options] <in.tsv>
|
||||
|
||||
Commands:
|
||||
barplot bar
|
||||
@ -115,7 +115,7 @@ module Uplot
|
||||
@sub_parser ||= create_default_parser do |parser|
|
||||
parser.banner = <<~MSG
|
||||
|
||||
Usage: uplot #{command} [options]
|
||||
Usage: uplot #{command} [options] <in.tsv>
|
||||
|
||||
Options for #{command}:
|
||||
MSG
|
||||
|
Loading…
Reference in New Issue
Block a user