updated README

This commit is contained in:
Darren Pearce 2011-09-21 17:04:10 -06:00
parent 432d4a0991
commit 0c9634a1c2

View File

@ -213,13 +213,13 @@ $ guard --guardfile ~/.your_global_guardfile
$ guard -G ~/.your_global_guardfile # shortcut $ guard -G ~/.your_global_guardfile # shortcut
``` ```
### `-D`/`--watch-moves-deletions` option ### `-A`/`--watch-all-modifications` option
Guard can optionally watch moved or deleted files with: Guard can optionally watch all file modifactions like moves or deletions with:
``` bash ``` bash
$ guard start -D $ guard start -A
$ guard start --watch-moves-deletions $ guard start --watch-all-modifactions
``` ```
An exhaustive list of options is available with: An exhaustive list of options is available with: