3 subject="""comment 1"""
4 date="2017-08-28T17:31:03Z"
6 "git annex help options" is not a thing in the current version of
7 git-annex. Please upgrade to a current version before filing bug reports.
9 git-annex outputs to stderr when it's run with invalid
10 parameters. So `git annex` will output to stderr (`2>&1 | less` to page
11 it). `git annex add --help` outputs to stdout since the user requested
12 usage help and didn't do anything wrong. `git annex help add` displays the
13 man page, which uses a pager. That is all consistent with git's
14 behavior, and is fairly typical for unix programs.