docs: Change markdown that may be parsed incorrectly

This commit is contained in:
Ethan P 2020-05-02 01:32:00 -07:00
parent f9bdcc9494
commit fb9730001f
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ This script supports using [delta](https://github.com/dandavison/delta) as an al
| | `--delta` | Display diffs using `delta`. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |
| | `--paging=["never"|"always"]`| Enable/disable paging. |
| | `--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

@ -30,7 +30,7 @@ Search through files or directories looking for matching regular expressions (or
| | `--no-highlight` | Do not highlight matching lines.<br /><br />This is automatically enabled when `--context=0`. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |
| | `--paging=["never"|"always"]`| Enable/disable paging. |
| | `--paging=["never"/"always"]`| Enable/disable paging. |
| | `--pager=[PAGER]` | Specify the pager to use. |
| | `--terminal-width=[COLS]` | Generate output for the specified terminal width. |