From 78363cd1985299742866bc5e8ab623eb54419d1d Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 25 Sep 2020 00:52:33 +0900 Subject: [PATCH] Update banner --- lib/uplot/command/parser.rb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/uplot/command/parser.rb b/lib/uplot/command/parser.rb index 097f094..0fdbd42 100644 --- a/lib/uplot/command/parser.rb +++ b/lib/uplot/command/parser.rb @@ -88,8 +88,13 @@ module Uplot Usage: uplot [options] - Command: - a + Command: barplot bar + histogram hist + lineplot line + scatter s + density d + boxplot box + colors Options: MSG @@ -216,4 +221,4 @@ module Uplot end end end -end +end \ No newline at end of file