From 230d17ed302f3c3cddb72cd7b1424ded2d5494f9 Mon Sep 17 00:00:00 2001 From: Littleboy Date: Tue, 6 Sep 2011 19:21:12 -0400 Subject: CREATE_PROJECT: Document the --tools switch in the inline help --- devtools/create_project/create_project.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devtools/create_project') diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 8244656945..084641608a 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -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" -- cgit v1.2.3