summaryrefslogtreecommitdiff
path: root/Options.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Options.hs')
-rw-r--r--Options.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Options.hs b/Options.hs
index 10c3714e4..31b73e25a 100644
--- a/Options.hs
+++ b/Options.hs
@@ -20,7 +20,7 @@ type Option = OptDescr (Annex ())
commonOptions :: [Option]
commonOptions =
- [ Option ['f'] ["force"] (NoArg (setforce True))
+ [ Option [] ["force"] (NoArg (setforce True))
"allow actions that may lose annexed data"
, Option ['F'] ["fast"] (NoArg (setfast True))
"avoid slow operations"