diff options
Diffstat (limited to 'src/tclap/StdOutput.h')
-rw-r--r-- | src/tclap/StdOutput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclap/StdOutput.h b/src/tclap/StdOutput.h index 24b90ed..71a7ed8 100644 --- a/src/tclap/StdOutput.h +++ b/src/tclap/StdOutput.h @@ -99,7 +99,7 @@ namespace TCLAP std::string progName = _cmd.getProgramName(); std::string version = _cmd.getVersion(); - std::cout << std::endl << progName << " version: " << version << std::endl << std::endl; + std::cout << std::endl << progName << " version " << version << std::endl << std::endl; } inline void StdOutput::usage(CmdLineInterface &_cmd) |