From da93f2f87f05a8873431d32f334eab2e6ca50ee3 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Fri, 15 May 2020 21:08:43 -0700 Subject: [PATCH] doc: Clean up documentation further --- doc/batdiff.md | 18 +++++++++--------- doc/batwatch.md | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/batdiff.md b/doc/batdiff.md index af1b43c..1e9478f 100644 --- a/doc/batdiff.md +++ b/doc/batdiff.md @@ -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. | diff --git a/doc/batwatch.md b/doc/batwatch.md index 61c8dc2..994fa1d 100644 --- a/doc/batwatch.md +++ b/doc/batwatch.md @@ -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)`.