This commit is contained in:
Joey Hess 2012-06-12 19:36:11 -04:00
parent cb2255e93a
commit 7d458c40db

View file

@ -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 ->