mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
cli/new: document new exit code
It seems important to give the numeric return code for people writing scripts. Hopefully deviations from this convention are rare.
This commit is contained in:
parent
f5185881f7
commit
0ca7900727
1 changed files with 8 additions and 0 deletions
|
@ -43,6 +43,14 @@ Supported options for **new** include
|
|||
``--quiet``
|
||||
Do not print progress or results.
|
||||
|
||||
EXIT STATUS
|
||||
===========
|
||||
|
||||
This command supports the following special exit status code
|
||||
|
||||
``75 (EX_TEMPFAIL)``
|
||||
A temporary failure occured; the user is invited to retry.
|
||||
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in a new issue