make usage less terrifying
Need to make `git annex help command` show the options for that command.
This commit is contained in:
parent
3babb935d3
commit
0d72519ae0
4 changed files with 22 additions and 34 deletions
|
@ -126,7 +126,7 @@ checkField (field, value)
|
|||
| otherwise = False
|
||||
|
||||
failure :: IO ()
|
||||
failure = error $ "bad parameters\n\n" ++ usage header cmds options
|
||||
failure = error $ "bad parameters\n\n" ++ usage header cmds
|
||||
|
||||
checkNotLimited :: IO ()
|
||||
checkNotLimited = checkEnv "GIT_ANNEX_SHELL_LIMITED"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue