CREATE_PROJECT: Document the --tools switch in the inline help

This commit is contained in:
Littleboy 2011-09-06 19:21:12 -04:00
parent 181d3179a9
commit 230d17ed30

View file

@ -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"