diff --git a/Command/Watch.hs b/Command/Watch.hs index 8b4e1b65cd..22a534d458 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 ->