Changed: Add a new line after description

--HG--
branch : develop
This commit is contained in:
kervala 2016-09-25 10:50:13 +02:00
parent a41ae065d8
commit 07ddb63d61

View file

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