remove 127/128 exit status mention
I cannot find any indication that git-annex uses these exit statuses, and I see I didn't write this doc so I don't know where those numbers came from. Odd.
This commit is contained in:
parent
693fec0066
commit
3d433d76a3
1 changed files with 6 additions and 5 deletions
|
@ -1896,11 +1896,12 @@ effect.
|
||||||
|
|
||||||
# EXIT STATUS
|
# EXIT STATUS
|
||||||
|
|
||||||
git-annex, when called as a git subcommand, may return exit codes 0 or 1
|
git-annex itself will exit 0 on success and 1 on failure, unless
|
||||||
for success or failures, or, more rarely, 127 or 128 for certain very
|
the `--size-limit` or `--time-limit` option is hit, in
|
||||||
specific failures. git-annex itself should return 0 on success and 1 on
|
which case it exits 101.
|
||||||
failure, unless the `--size-limit` or `--time-limit` option is hit, in
|
|
||||||
which case it return exit code 101.
|
A few git-annex subcommands have other exit statuses used to indicate
|
||||||
|
specific problems, which are documented on their individual man pages.
|
||||||
|
|
||||||
# ENVIRONMENT
|
# ENVIRONMENT
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue