mention --size-limit effect on exit status
Documented elsewhere already.
This commit is contained in:
parent
ce91f10132
commit
693fec0066
1 changed files with 2 additions and 2 deletions
|
@ -1899,8 +1899,8 @@ effect.
|
|||
git-annex, when called as a git subcommand, may return exit codes 0 or 1
|
||||
for success or failures, or, more rarely, 127 or 128 for certain very
|
||||
specific failures. git-annex itself should return 0 on success and 1 on
|
||||
failure, unless the `--time-limit=time` option is hit, in which case it
|
||||
returns with exit code 101.
|
||||
failure, unless the `--size-limit` or `--time-limit` option is hit, in
|
||||
which case it return exit code 101.
|
||||
|
||||
# ENVIRONMENT
|
||||
|
||||
|
|
Loading…
Reference in a new issue