mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
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())
|
||||
{
|
||||
printf("\n%s", _Description.c_str());
|
||||
printf("\n%s\n", _Description.c_str());
|
||||
}
|
||||
|
||||
printf("\nWhere options are:\n");
|
||||
|
|
Loading…
Reference in a new issue