diff --git a/include/common/TclapUtils.hpp b/include/common/TclapUtils.hpp index 10d276c70..7ae61faf2 100644 --- a/include/common/TclapUtils.hpp +++ b/include/common/TclapUtils.hpp @@ -36,9 +36,10 @@ namespace TCLAP { std::cout << "This is " << _progName << " version " << cadet::getLibraryVersion() << " (" << cadet::getLibraryBranchRefspec() << " branch)\n"; std::cout << "Built from commit " << cadet::getLibraryCommitHash() << "\n"; - std::cout << "CADET homepage: \n"; - std::cout << "Fork CADET on GitHub: \n"; - std::cout << "Report bugs to the issue tracker on GitHub or \n"; + std::cout << "Build variant " << cadet::getLibraryBuildType() << "\n"; + std::cout << "CADET homepage: \n"; + std::cout << "Fork CADET on GitHub: \n"; + std::cout << "Report bugs to the issue tracker on GitHub or \n"; std::cout << "See the accompanying LICENSE.txt, AUTHORS, and CONTRIBUTORS files" << std::endl; } @@ -60,8 +61,8 @@ namespace TCLAP virtual void version(CmdLineInterface& c) { std::cout << "This is " << _progName << "\n"; - std::cout << "CADET homepage: \n"; - std::cout << "Fork CADET on GitHub: \n"; + std::cout << "CADET homepage: \n"; + std::cout << "Fork CADET on GitHub: \n"; std::cout << "Report bugs to the issue tracker on GitHub or \n"; std::cout << "See the accompanying LICENSE.txt, AUTHORS, and CONTRIBUTORS files" << std::endl; }