CREATE_PROJECT: Document the --tools switch in the inline help
This commit is contained in:
parent
181d3179a9
commit
230d17ed30
1 changed files with 3 additions and 0 deletions
|
@ -585,6 +585,9 @@ void displayHelp(const char *exe) {
|
|||
" (default: false)\n"
|
||||
" --installer Create NSIS installer after the build (implies --build-events)\n"
|
||||
" (default: false)\n"
|
||||
" --tools Create project files for the devtools\n"
|
||||
" (ignores --build-events and --installer, as well as engine settings)\n"
|
||||
" (default: false)\n"
|
||||
"\n"
|
||||
"Engines settings:\n"
|
||||
" --list-engines list all available engines and their default state\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue