# HG changeset patch # User Sebastien Jodogne # Date 1604566655 -3600 # Node ID 7e05ad57d7a171ab7c810cceeebad7dc0d06044e # Parent fa5c5d3c8e75eca80226ad53e50453e6898eae79 fix formatting for help2man diff -r fa5c5d3c8e75 -r 7e05ad57d7a1 OrthancServer/Sources/main.cpp --- 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; }