Improve formatting for --help

refs #7246
This commit is contained in:
Gunnar Beutner 2014-10-29 07:51:35 +01:00
parent 8cf5b33e70
commit 1c79503918
1 changed files with 1 additions and 3 deletions

View File

@ -288,10 +288,8 @@ int Main(void)
if (command) {
std::cout << std::endl
<< command->GetDescription();
<< command->GetDescription() << std::endl;
}
std::cout << std::endl;
}
if (vm.count("version")) {