Include the --debug option in help text

This commit is contained in:
Timotej Lazar 2020-04-22 05:38:22 +02:00
parent e2af28bdca
commit 7830584796
2 changed files with 2 additions and 0 deletions

View file

@ -1148,6 +1148,7 @@ static const char *usage_string =
" [-c | --nocdrom] Do not access the CD-ROM\n" " [-c | --nocdrom] Do not access the CD-ROM\n"
" [-j | --nojoy] Do not access the joystick\n" " [-j | --nojoy] Do not access the joystick\n"
" [-g | --withgl] [x] Use [x] instead of /usr/lib/libGL.so.1 for OpenGL\n" " [-g | --withgl] [x] Use [x] instead of /usr/lib/libGL.so.1 for OpenGL\n"
" [-d | --debug] Enable debugging commands\n"
; ;
int main(int argc, char *argv[]) int main(int argc, char *argv[])

View file

@ -1617,6 +1617,7 @@ static const char *usage_string =
" [-c | --nocdrom] Do not access the CD-ROM\n" " [-c | --nocdrom] Do not access the CD-ROM\n"
" [-j | --nojoy] Do not access the joystick\n" " [-j | --nojoy] Do not access the joystick\n"
" [-g | --withgl] [x] Use [x] instead of /usr/lib/libGL.so.1 for OpenGL\n" " [-g | --withgl] [x] Use [x] instead of /usr/lib/libGL.so.1 for OpenGL\n"
" [-d | --debug] Enable debugging commands\n"
; ;
static int menusActive = 0; static int menusActive = 0;