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:
Joey Hess 2022-02-28 13:26:26 -04:00
parent 693fec0066
commit 3d433d76a3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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