Changed: Add a new line after description
This commit is contained in:
parent
4b784e9bcd
commit
3ec4fbbef8
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue