]> dgit.raspbian.org Git - git-annex.git/blob
c5eb45ffcf3be4ee0933d6939080087c9520390a
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2017-08-28T17:31:03Z"
5  content="""
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.
8
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.
15 """]]