summaryrefslogtreecommitdiff
path: root/Command/Help.hs
Commit message (Collapse)AuthorAge
* make "git annex help options" work outside a git repoGravatar Joey Hess2013-11-30
| | | | | | Option parsing for commands that run outside git repos is still screwy, as there is no Annex monad and so the flags cannot be passed in. But, any remaining parameters can be, which is enough for this fix.
* change sectionGravatar Joey Hess2013-04-20
|
* improve usage messagesGravatar Joey Hess2013-04-20
|
* Per-command usage messages.Gravatar Joey Hess2013-03-27
|
* add section metadata to all commandsGravatar Joey Hess2013-03-24
| | | | Not yet used .. mindless train work.
* where indentationGravatar Joey Hess2012-11-12
|
* add help commandGravatar Joey Hess2012-10-13