Fix typo in `-e` description

This commit is contained in:
Jon Grythe Stødle 2019-10-10 12:39:13 +02:00 committed by Félix Saparelli
parent 1738f26161
commit c4ac0c0cbb
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ At startup, the specified <command> (passing any supplied <argument>s) is run on
Command to run when watched files are modified, and at startup, unless `--postpone` is specified. All <argument>s are passed to <command>. If you pass flags to the command, you should separate it with `--`, for example: `watchexec -w src -- rsync -a src dest`.
* `-e`, `--exts` <extensions>:
Comma-separated list of file extensions to filter by. Leading dots are allowed (.rs) are allowed. (This is a shorthand for `-f`).
Comma-separated list of file extensions to filter by. Leading dots (.rs) are allowed. (This is a shorthand for `-f`).
* `-f`, `--filter` <pattern>:
Ignores modifications from paths that do not match <pattern>. This option can be specified multiple times, where a match on any given pattern causes the path to trigger <command>.