mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Add a new line after description
--HG-- branch : develop
This commit is contained in:
parent
a41ae065d8
commit
07ddb63d61
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