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