]> git.jsancho.org Git - lugaru.git/commitdiff
Mention devtools option in man page
authorRémi Verschelde <rverschelde@gmail.com>
Sat, 10 Dec 2016 19:59:47 +0000 (20:59 +0100)
committerRémi Verschelde <rverschelde@gmail.com>
Sat, 10 Dec 2016 19:59:47 +0000 (20:59 +0100)
Dist/lugaru.6
Source/main.cpp

index 53f73b8dc04589daefa66a5b6118864e285b113a..b771d246814d0e08ba1724ebad969d48a7ce6090 100644 (file)
@@ -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
index f90f6205aeb57502fe4ad3493ad48f7987ecb498..7fb429108fba3fcf71ce3a5790ce750c3b9e0234 100644 (file)
@@ -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}
 };