Fix help banner

This commit is contained in:
kojix2 2020-10-12 14:52:56 +09:00 committed by GitHub
parent 428d525c5f
commit 9090bbf51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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