This commit is contained in:
Joey Hess 2010-10-18 01:57:32 -04:00
parent 4b1086cc7d
commit 0382d26cdb

View file

@ -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) ++ "] ..."