Include the --debug option in help text
This commit is contained in:
parent
e2af28bdca
commit
7830584796
2 changed files with 2 additions and 0 deletions
|
@ -1148,6 +1148,7 @@ static const char *usage_string =
|
|||
" [-c | --nocdrom] Do not access the CD-ROM\n"
|
||||
" [-j | --nojoy] Do not access the joystick\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[])
|
||||
|
|
|
@ -1617,6 +1617,7 @@ static const char *usage_string =
|
|||
" [-c | --nocdrom] Do not access the CD-ROM\n"
|
||||
" [-j | --nojoy] Do not access the joystick\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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue