From f740dc86d2b7cfe1428e5cefbbf7d6b0cbf803c3 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Fri, 25 Oct 2019 13:54:45 -0700 Subject: [PATCH] Update docs for batwatch --- doc/batwatch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/batwatch.md b/doc/batwatch.md index 7578d1a..e75b273 100644 --- a/doc/batwatch.md +++ b/doc/batwatch.md @@ -18,6 +18,7 @@ Watch for changes in one or more files, and print them when updated. | ----- | --------------------- | ------------------------------------------------------------ | | | `--watcher=[watcher]` | Use a specific program to watch for file changes. See [below](#watchers) for more details. | | | `--clear` | Clear the screen before printing the files.
This is enabled by default. | +| | `--no-clear` | Do not clear the screen before printing the files. | | | `--color` | Force color output. | | | `--no-color` | Force disable color output. | @@ -35,6 +36,8 @@ Currently, the following programs are supported: - [entr](http://entrproject.org/) +There is also a fallback `poll` watcher available. + ## Installation