update
This commit is contained in:
parent
6ef1c2d2da
commit
7bc4435ffd
10 changed files with 202 additions and 150 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue