compiler interface: don't overdocument the on|off switches

This commit is contained in:
Araq
2019-01-22 11:40:22 +01:00
parent 6825430831
commit ced62f3307
2 changed files with 4 additions and 3 deletions

View File

@@ -97,8 +97,9 @@ Advanced options:
symbol matching is fuzzy so
that --dynlibOverride:lua matches
dynlib: "liblua.so.3"
--dynlibOverrideAll:on|off makes the dynlib pragma have no effect
--listCmd:on|off list the commands used to execute external programs
--dynlibOverrideAll
disables the effects of the dynlib pragma
--listCmd list the commands used to execute external programs
--parallelBuild:0|1|... perform a parallel build
value = number of processors (0 for auto-detect)
--incremental:on|off only recompile the changed modules (experimental!)

View File

@@ -35,7 +35,7 @@ Options:
--debugger:native|endb use native debugger (gdb) | ENDB (experimental)
--app:console|gui|lib|staticlib
generate a console app|GUI app|DLL|static library
-r, --run:on|off run the compiled program with given arguments
-r, --run run the compiled program with given arguments
--fullhelp show all command line switches
-h, --help show this help