tweak
This commit is contained in:
parent
cb2255e93a
commit
7d458c40db
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue