From 7830584796ff4d7c11efadae3956b6c22d07c3d6 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 22 Apr 2020 05:38:22 +0200 Subject: Include the --debug option in help text --- src/main2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main2.c') diff --git a/src/main2.c b/src/main2.c index 46efa51..4c528f7 100644 --- a/src/main2.c +++ b/src/main2.c @@ -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; -- cgit v1.3