Merge branch 'master' of github.com:guard/guard

This commit is contained in:
Michael Kessler 2011-09-28 10:22:02 +02:00
commit 805fd174d9

View File

@ -169,11 +169,11 @@ Guard can use a Guardfile not located in the current directory:
### `-A`/`--watch-all-modifications` option
Guard can optionally watch all file modifactions like moves or deletions with:
Guard can optionally watch all file modifications like moves or deletions with:
``` bash
$ guard start -A
$ guard start --watch-all-modifactions
$ guard start --watch-all-modifications
```
An exhaustive list of options is available with: