respond and close
This commit is contained in:
parent
2011716202
commit
f27efbe3c6
2 changed files with 16 additions and 0 deletions
|
@ -32,3 +32,4 @@ remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar ho
|
||||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||||
|
|
||||||
|
|
||||||
|
> [[done]] per my comment --[[Joey]]
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2017-08-28T17:31:03Z"
|
||||||
|
content="""
|
||||||
|
"git annex help options" is not a thing in the current version of
|
||||||
|
git-annex. Please upgrade to a current version before filing bug reports.
|
||||||
|
|
||||||
|
git-annex outputs to stderr when it's run with invalid
|
||||||
|
parameters. So `git annex` will output to stderr (`2>&1 | less` to page
|
||||||
|
it). `git annex add --help` outputs to stdout since the user requested
|
||||||
|
usage help and didn't do anything wrong. `git annex help add` displays the
|
||||||
|
man page, which uses a pager. That is all consistent with git's
|
||||||
|
behavior, and is fairly typical for unix programs.
|
||||||
|
"""]]
|
Loading…
Reference in a new issue