@@ -10,7 +10,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
1010
1111## Usage
1212```
13- hist 0.4.4
13+ hist 0.4.5
1414Plots histogram of input
1515
1616USAGE:
@@ -23,13 +23,14 @@ FLAGS:
2323 -V, --version Prints version information
2424
2525OPTIONS:
26- -T, --Title <Title> optional title above the plot [default: Counts distribution]
27- -g, --geometry <geometry> the x and y size of the plot [default: 1280x960]
28- -k, --key <key> key (column) selector [default: 1]
29- -o, --output <output> file to save PNG plot to [default: histogram.png]
30- -s, --save <save> save counts data to file as TSV, use - for STDOUT
31- --xdesc <xdesc> x-axis label [default: Rank]
32- --ydesc <ydesc> y-axis label [default: Counts]
26+ -T, --Title <Title> optional title above the plot [default: Counts distribution]
27+ -d, --delimiter <delimiter> column delimiter [default: \t]
28+ -g, --geometry <geometry> the x and y size of the plot [default: 1280x960]
29+ -k, --key <key> key (column) selector [default: 1]
30+ -o, --output <output> file to save PNG plot to [default: histogram.png]
31+ -s, --save <save> save counts data to file as TSV, use - for STDOUT
32+ --xdesc <xdesc> x-axis label [default: Rank]
33+ --ydesc <ydesc> y-axis label [default: Counts]
3334
3435ARGS:
3536 <input> optional file with on entry per line [default: STDIN]
0 commit comments