File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ go install . # builds and install a binary to your $GOPATH
3535
3636## Command-line options
3737
38- | option | description |
39- | ------------| ---------------------------------------------|
40- | ` -help ` | show list of options |
41- | ` -h ` | human-readable numbers (implies ` -numbers ` ) |
42- | ` -key ` | display color key |
43- | ` -numbers ` | print numbers in addition to the chart |
44- | ` -version ` | display version and exit |
38+ | option | description |
39+ | ------------| ---------------------------------------------------|
40+ | ` -help ` | show list of options |
41+ | ` -h ` | human-readable numbers (implies ` -table ` ) |
42+ | ` -table ` | print table with numbers in addition to the chart |
43+ | ` -version ` | print version and exit |
4544
4645## Contributing
4746
Original file line number Diff line number Diff line change @@ -12,19 +12,15 @@ frei [OPTIONS...]
1212
1313.SS "-h"
1414.PP
15- Display human-readable numbers (implies `-numbers `)
15+ Display human-readable numbers (implies `-table `)
1616
1717.SS "-help"
1818.PP
1919Print help message and exit
2020
21- .SS "-key "
21+ .SS "-table "
2222.PP
23- Display color key
24-
25- .SS "-numbers"
26- .PP
27- Print numbers in addition to the chart
23+ Print table with numbers in addition to the chart
2824
2925.SS "-version"
3026.PP
You can’t perform that action at this time.
0 commit comments