Changed: Add a new line after description

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent a41ae065d8
commit 07ddb63d61

@ -418,7 +418,7 @@ void CCmdArgs::displayHelp()
if (!_Description.empty())
{
printf("\n%s", _Description.c_str());
printf("\n%s\n", _Description.c_str());
}
printf("\nWhere options are:\n");

Loading…
Cancel
Save