From fb9730001faba9e078ad8a2fb84c30abaa44ed62 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Sat, 2 May 2020 01:32:00 -0700 Subject: [PATCH] docs: Change markdown that may be parsed incorrectly --- doc/batdiff.md | 2 +- doc/batgrep.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/batdiff.md b/doc/batdiff.md index 7477eb0..c306b32 100644 --- a/doc/batdiff.md +++ b/doc/batdiff.md @@ -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. | diff --git a/doc/batgrep.md b/doc/batgrep.md index 7168858..55d9cf0 100644 --- a/doc/batgrep.md +++ b/doc/batgrep.md @@ -30,7 +30,7 @@ Search through files or directories looking for matching regular expressions (or | | `--no-highlight` | Do not highlight matching lines.

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. |