Per-command usage messages.
This commit is contained in:
parent
99d3c3cec3
commit
50e2ea3825
8 changed files with 106 additions and 63 deletions
|
@ -62,7 +62,7 @@ options = Option.common ++
|
|||
expected ++ " but found " ++ s
|
||||
|
||||
header :: String
|
||||
header = "Usage: git-annex-shell [-c] command [parameters ...] [option ..]"
|
||||
header = "git-annex-shell [-c] command [parameters ...] [option ...]"
|
||||
|
||||
run :: [String] -> IO ()
|
||||
run [] = failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue