From 2ecaa278c279b109bc4216e4546ca36e33fd8132 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 6 Nov 2020 10:29:17 +0900 Subject: [PATCH] Update README * How to show sub-coomand help --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a0efaf2..3531b15 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,22 @@ Options: --[no-]labels hide the labels --fmt VAL xyxy : header is like x1, y1, x2, y2, x3, y3... xyy : header is like x, y1, y2, y2, y3... +``` +Use `--help` to print the subcommand-specific options. +`uplot hist --help` + +``` +Usage: uplot histogram [options] + +Options for histogram: + --symbol VAL character to be used to plot the bars + --closed VAL + -n, --nbins VAL approximate number of bins + +Options: +... ``` ## Development