From c5dc3750efbc615b70917f19bb95cbd352cd00f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 10 Dec 2016 20:59:47 +0100 Subject: [PATCH 1/1] Mention devtools option in man page --- Dist/lugaru.6 | 8 ++++++-- Source/main.cpp | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Dist/lugaru.6 b/Dist/lugaru.6 index 53f73b8..b771d24 100644 --- a/Dist/lugaru.6 +++ b/Dist/lugaru.6 @@ -43,8 +43,12 @@ Force use of OSS back\-end. .TP \fB\-\-openal\-info\fR Print info about OpenAL at launch. -.HP -\fB\-\-showresolutions\fR List the resolutions found by SDL at launch. +.TP +\fB\-\-showresolutions\fR +List the resolutions found by SDL at launch. +.TP +\fB\-d\fR, \fB\-\-devtools\fR +Enable dev tools: console, level editor and debug info. .SH FILES XDG_CONFIG_HOME/lugaru/ or ~/.config/lugaru/ .RS diff --git a/Source/main.cpp b/Source/main.cpp index f90f620..7fb4291 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -581,7 +581,7 @@ const option::Descriptor usage[] = {SOUND, OPENAL_OUTPUT_OSS, "", "force-oss", option::Arg::None, " --force-oss Force use of OSS back-end." }, {OPENALINFO, 0, "", "openal-info", option::Arg::None, " --openal-info Print info about OpenAL at launch." }, {SHOWRESOLUTIONS, 0, "", "showresolutions", option::Arg::None, " --showresolutions List the resolutions found by SDL at launch." }, - {DEVTOOLS, 0, "d", "devtools", option::Arg::None, " -d, --devtools Activates developer tools: console, level editor and debug information." }, + {DEVTOOLS, 0, "d", "devtools", option::Arg::None, " -d, --devtools Enable dev tools: console, level editor and debug info." }, {0,0,0,0,0,0} }; -- 2.39.2