diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-05-12 20:33:27 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-05-12 20:33:27 -0700 |
| commit | 6eab931c2799090abbcac4c5d3a15e0d2594d992 (patch) | |
| tree | 3a0b896b9fdc3054528d2ff2a7083c15518b9e1f /README.md | |
| parent | f6bb376d1ba7984a35ff06e90a772cb5ba224d0c (diff) | |
Moved settings into a struct
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ It's written in pure C with no dependencies. * `-c` `--context <N>` change how many lines of context are printed (`0`: no context, `all`: the whole file, `<N>` matching lines and `<N-1>` lines before/after) * `-g` `--grammar <grammar file>` use the specified file as a grammar * `-G` `--git` get filenames from git -* `--color yes|no|auto` force output to use or not use color +* `-f` `--format` `auto|plain|fancy` set the output format (`fancy` includes colors and line numbers) See `man ./bp.1` for more details. |
