doc: Clean up documentation further

This commit is contained in:
Ethan P 2020-05-15 21:08:43 -07:00
parent 9f6e5c0164
commit da93f2f87f
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA
2 changed files with 10 additions and 10 deletions

View File

@ -16,15 +16,15 @@ This script supports using [delta](https://github.com/dandavison/delta) as an al
## Options
| Short | Long | Description |
| ----- | ------------------------- | ------------------------------------------------------------ |
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
| | `--delta` | Display diffs using `delta`. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |
| | `--paging=["never"/"always"]` | Enable/disable paging. |
| | `--pager=[PAGER]` | Specify the pager to use. |
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |
| Short | Long | Description |
| ----- | ----------------------------- | ------------------------------------------------------------ |
| `-C` | `--context=[LINES]` | The number of lines to show before and after the differing lines. |
| | `--delta` | Display diffs using `delta`. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |
| | `--paging=["never"/"always"]` | Enable/disable paging. |
| | `--pager=[PAGER]` | Specify the pager to use. |
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |

View File

@ -2,7 +2,7 @@
Watch for changes in one or more files, and print them with `bat`.
Please note this watches filesystem files, and not command output like `watch(1)`.