diff --git a/pages/common/fswatch.md b/pages/common/fswatch.md index fd2e44860b..07e5c9fa98 100644 --- a/pages/common/fswatch.md +++ b/pages/common/fswatch.md @@ -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}}`