mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
fswatch: fix flag (#15722)
The `fswatch` command supports the "Removed" event flag, not the "Deleted" event flag. --------- Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
376068fff9
commit
6af0f39335
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Filter by event type:
|
||||
|
||||
`fswatch --event {{Updated|Deleted|Created}} {{path/to/directory}} | xargs -n 1 {{bash_command}}`
|
||||
`fswatch --event {{Updated|Removed|Created|...}} {{path/to/directory}} | xargs -n 1 {{bash_command}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue