From 9090bbf51b19fa70f0c392c9279343acd9b010b4 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 12 Oct 2020 14:52:56 +0900 Subject: [PATCH] Fix help banner --- lib/uplot/command/parser.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/uplot/command/parser.rb b/lib/uplot/command/parser.rb index d3d7554..98ce78a 100644 --- a/lib/uplot/command/parser.rb +++ b/lib/uplot/command/parser.rb @@ -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