diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-18 01:57:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-18 01:57:32 -0400 |
commit | 0382d26cdbdc52c1e985cba9667a4d50d0653216 (patch) | |
tree | c06022c76df7109c4558ad8b1b9da811423c039a | |
parent | 4b1086cc7d1dd9cb4eba78210976a731a683948d (diff) |
speling
-rw-r--r-- | Commands.hs | 2 |
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) ++ "] ..." |