diff options
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 -> |