summaryrefslogtreecommitdiff
path: root/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index 718e991c9..bdeab5fc9 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -48,7 +48,7 @@ cmds = [
]
options = [
- Option ['f'] ["force"] (NoArg Force) "allow actions that may loose annexed data"
+ Option ['f'] ["force"] (NoArg Force) "allow actions that may lose annexed data"
]
header = "Usage: git-annex [" ++ (join "|" $ map cmdname cmds) ++ "] ..."