mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 07:31:12 +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})
|
Version: #{Uplot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||||
Source: https://github.com/kojix2/uplot
|
Source: https://github.com/kojix2/uplot
|
||||||
|
|
||||||
Usage: uplot <command> [options]
|
Usage: uplot <command> [options] <in.tsv>
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
barplot bar
|
barplot bar
|
||||||
@ -115,7 +115,7 @@ module Uplot
|
|||||||
@sub_parser ||= create_default_parser do |parser|
|
@sub_parser ||= create_default_parser do |parser|
|
||||||
parser.banner = <<~MSG
|
parser.banner = <<~MSG
|
||||||
|
|
||||||
Usage: uplot #{command} [options]
|
Usage: uplot #{command} [options] <in.tsv>
|
||||||
|
|
||||||
Options for #{command}:
|
Options for #{command}:
|
||||||
MSG
|
MSG
|
||||||
|
Loading…
Reference in New Issue
Block a user