comparison OrthancServer/Sources/main.cpp @ 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 a01b1c9cbef4
comparison
equal deleted inserted replaced
4290:fa5c5d3c8e75 4291:7e05ad57d7a1
661 } 661 }
662 662
663 std::cout 663 std::cout
664 << std::endl 664 << std::endl
665 << "Exit status:" << std::endl 665 << "Exit status:" << std::endl
666 << " 0 if success," << std::endl 666 << " 0\tif success," << std::endl
667 #if defined(_WIN32) 667 #if defined(_WIN32)
668 << "!= 0 if error (use the --errors option to get the list of possible errors)." << std::endl 668 << " != 0\tif error (use the --errors option to get the list of possible errors)." << std::endl
669 #else 669 #else
670 << " -1 if error (have a look at the logs)." << std::endl 670 << " -1\tif error (have a look at the logs)." << std::endl
671 #endif 671 #endif
672 << std::endl; 672 << std::endl;
673 } 673 }
674 674
675 675