diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-04-22 05:38:22 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2020-04-23 18:52:43 +0200 |
| commit | 7830584796ff4d7c11efadae3956b6c22d07c3d6 (patch) | |
| tree | 3ff6f694e5a50953f5bff3cf18f90c7fd9056081 | |
| parent | e2af28bdca767fb3924b35d14cf5e9ac05c219a9 (diff) | |
Include the --debug option in help text
| -rw-r--r-- | src/main.c | 1 | ||||
| -rw-r--r-- | src/main2.c | 1 |
2 files changed, 2 insertions, 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[]) 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; |
