diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-12 19:36:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-12 19:36:11 -0400 |
commit | 7d458c40db7778f677c00cbc076d37b5e4abf60d (patch) | |
tree | 64f1ebfc93e5f009f2d2491f602fbbfeb207a3c8 /Command/Watch.hs | |
parent | cb2255e93aa30425da3213b742745832a0067622 (diff) |
tweak
Diffstat (limited to 'Command/Watch.hs')
-rw-r--r-- | Command/Watch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Watch.hs b/Command/Watch.hs index 8b4e1b65c..22a534d45 100644 --- a/Command/Watch.hs +++ b/Command/Watch.hs @@ -79,7 +79,7 @@ data Change = Change def :: [Command] def = [withOptions [foregroundOption, stopOption] $ - command "watch" paramPaths seek "watch for changes"] + command "watch" paramNothing seek "watch for changes"] seek :: [CommandSeek] seek = [withFlag stopOption $ \stopdaemon -> |