aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 7532878..ad698d6 100644
--- a/Main.hs
+++ b/Main.hs
@@ -63,7 +63,7 @@ opts = do
<> long "add"
<> metavar "PATH"
<> help "paths to auto-add"
- , fmap (`Watch` False) . strOption
+ , fmap (`Watch` True) . strOption
$ short 'A'
<> long "add-all"
<> metavar "PATH"