better example

This commit is contained in:
Yann Esposito (Yogsototh) 2013-10-06 15:09:59 +02:00
parent 723870185d
commit 2aa9a34bec
1 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,6 @@ command when this occurs.
Examples:
watch ./gen fic1 fic2 dir1
watch "echo 'This file changed:' " dir1 dir2
This will watch for changes on `fic1`, `fic2` and any file in the tree `dir1`.
If `dir1/foo` changes, `./gen dir1/foo` is executed.