From 3dcdf3e3462b369b7cdbd77295c5b3ecf0cc5ec1 Mon Sep 17 00:00:00 2001 From: Lukas Koch Date: Sun, 11 Oct 2020 19:31:39 +0100 Subject: [PATCH] Update CLI section in README. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index bd2988b..f90fb85 100644 --- a/README.rst +++ b/README.rst @@ -131,6 +131,14 @@ of tabulated data. It can read in files or take data directly from STDIN:: the path to a single TH1, or one or more paths to TTree branches. + -c, --columns INTEGER Total width of the displayed historgram in + characters. Defaults to width of the + terminal. + + -r, --lines INTEGER Approximate total height of the displayed + historgram in characters. Calculated from + number of columns by default. + --version Show the version and exit. --help Show this message and exit.