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:
David Bremner 2016-11-25 22:40:37 -04:00
parent f5185881f7
commit 0ca7900727

View file

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