changeset 4291:7e05ad57d7a1

fix formatting for help2man
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Nov 2020 09:57:35 +0100
parents fa5c5d3c8e75
children 6dcadbf1a8af
files OrthancServer/Sources/main.cpp
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Thu Nov 05 07:21:43 2020 +0100
+++ b/OrthancServer/Sources/main.cpp	Thu Nov 05 09:57:35 2020 +0100
@@ -663,11 +663,11 @@
   std::cout
     << std::endl
     << "Exit status:" << std::endl
-    << "   0 if success," << std::endl
+    << "  0\tif success," << std::endl
 #if defined(_WIN32)
-    << "!= 0 if error (use the --errors option to get the list of possible errors)." << std::endl
+    << "  != 0\tif error (use the --errors option to get the list of possible errors)." << std::endl
 #else
-    << "  -1 if error (have a look at the logs)." << std::endl
+    << "  -1\tif error (have a look at the logs)." << std::endl
 #endif
     << std::endl;
 }