From d1bb892c3d89098837c6853b2a702ea172065634 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 11 Jul 2015 19:45:37 +0200 Subject: [PATCH] fix placement of return codes docs --- docs/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 6bd00bb5a..945119435 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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 messages as it is processing. -.. include:: usage/init.rst.inc - 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 change). +.. include:: usage/init.rst.inc + Examples ~~~~~~~~ ::