mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-23 04:52:07 +00:00
Add missing newline in message printed by --help cmdline arg
This commit is contained in:
parent
f15d4181eb
commit
67bb061741
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static qboolean checkForHelp(int argc, char **argv)
|
|||
printf(" 'gl3' (the shiny new OpenGL 3.2 renderer),\n");
|
||||
printf(" 'soft' (the experimental software renderer)\n");
|
||||
#endif // DEDICATED_ONLY
|
||||
printf("\nSee https://github.com/yquake2/yquake2/blob/master/stuff/cvarlist.md\nfor some more cvars");
|
||||
printf("\nSee https://github.com/yquake2/yquake2/blob/master/stuff/cvarlist.md\nfor some more cvars\n");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue