mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Fix help banner
This commit is contained in:
parent
428d525c5f
commit
9090bbf51b
@ -87,6 +87,7 @@ module Uplot
|
||||
# Usage and help messages
|
||||
main_parser.banner = \
|
||||
<<~MSG
|
||||
|
||||
Program: uplot (Tools for plotting on the terminal)
|
||||
Version: #{Uplot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION})
|
||||
Author: kojix2 <2xijok@gmail.com>
|
||||
@ -97,6 +98,7 @@ module Uplot
|
||||
Command: barplot bar
|
||||
histogram hist
|
||||
lineplot line
|
||||
lineplots lines
|
||||
scatter s
|
||||
density d
|
||||
boxplot box
|
||||
|
Loading…
Reference in New Issue
Block a user