Skip to content

Commit cf4b261

Browse files
committed
update docs
1 parent df8c549 commit cf4b261

3 files changed

Lines changed: 9 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

frei.1

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
1919
Print 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

0 commit comments

Comments
 (0)