Add --print-events to man

This commit is contained in:
Félix Saparelli 2022-01-15 15:26:35 +13:00
parent afb61712a6
commit 78b8acf6cc
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 3 additions and 2 deletions

View File

@ -90,8 +90,9 @@ Skip default ignore statements. By default, watchexec ignores common temporary f
* `-v`, `--verbose`, `-vv`, etc:
Prints diagnostic and debugging messages to STDERR. Increase the amount of `v`s to get progressively more output: for bug reports use **three**, and for deep debugging **four** can be helpful.
* `--changes-only`:
Prints the paths that have changed as diagnostics to STDERR, but not everything else that `--verbose` prints.
* `--print-events`, `--changes-only` (deprecated):
Prints the events (changed paths, etc) that have triggered an action to STDERR.
* `-V`, `--version`:
Print the version of watchexec.