summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-18 01:57:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-18 01:57:32 -0400
commit0382d26cdbdc52c1e985cba9667a4d50d0653216 (patch)
treec06022c76df7109c4558ad8b1b9da811423c039a
parent4b1086cc7d1dd9cb4eba78210976a731a683948d (diff)
speling
-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) ++ "] ..."