This commit is contained in:
Joey Hess 2010-10-19 15:59:40 -04:00
parent 6ef1c2d2da
commit 7bc4435ffd
10 changed files with 202 additions and 150 deletions

View file

@ -51,7 +51,7 @@ options = [
Option ['f'] ["force"] (NoArg Force) "allow actions that may lose annexed data"
]
header = "Usage: git-annex [" ++ (join "|" $ map cmdname cmds) ++ "] ..."
header = "Usage: git-annex " ++ (join "|" $ map cmdname cmds) ++ " [path ...]"
usage = usageInfo header options ++ "\nSubcommands:\n" ++ cmddescs
where