Changed: Add a new line after description

This commit is contained in:
kervala 2016-09-25 10:50:13 +02:00
parent 4b784e9bcd
commit 3ec4fbbef8

View file

@ -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");