mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
fix placement of return codes docs
This commit is contained in:
parent
05b21e3c0d
commit
d1bb892c3d
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,6 @@ Like most UNIX commands |project_name| is quiet by default but the ``-v`` or
|
||||||
``--verbose`` option can be used to get the program to output more status
|
``--verbose`` option can be used to get the program to output more status
|
||||||
messages as it is processing.
|
messages as it is processing.
|
||||||
|
|
||||||
.. include:: usage/init.rst.inc
|
|
||||||
|
|
||||||
Return codes
|
Return codes
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -38,6 +36,8 @@ is that 0 will always mean some sort of success and "not 0" will always mean
|
||||||
some sort of warning / error / failure - but the definition of success might
|
some sort of warning / error / failure - but the definition of success might
|
||||||
change).
|
change).
|
||||||
|
|
||||||
|
.. include:: usage/init.rst.inc
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
::
|
::
|
||||||
|
|
Loading…
Reference in a new issue