[Scummvm-cvs-logs] scummvm master -> ec1070678caa1070e3d229a80f77ad78a8360b33

digitall digitall at scummvm.org
Wed May 2 21:23:07 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ec1070678c CREATE_PROJECT: Fix tool help output to reflect command line changes.


Commit: ec1070678caa1070e3d229a80f77ad78a8360b33
    https://github.com/scummvm/scummvm/commit/ec1070678caa1070e3d229a80f77ad78a8360b33
Author: D G Turner (digitall at scummvm.org)
Date: 2012-05-02T12:22:04-07:00

Commit Message:
CREATE_PROJECT: Fix tool help output to reflect command line changes.

Changed paths:
    devtools/create_project/create_project.cpp



diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 293cc0b..df220f0 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -654,14 +654,14 @@ void displayHelp(const char *exe) {
 	        "\n"
 	        "Engines settings:\n"
 	        " --list-engines           list all available engines and their default state\n"
-	        " --enable-engine          enable building of the engine with the name \"engine\"\n"
-	        " --disable-engine         disable building of the engine with the name \"engine\"\n"
+	        " --enable-engine=<name>   enable building of the engine with the name \"name\"\n"
+	        " --disable-engine=<name>  disable building of the engine with the name \"name\"\n"
 	        " --enable-all-engines     enable building of all engines\n"
 	        " --disable-all-engines    disable building of all engines\n"
 	        "\n"
 	        "Optional features settings:\n"
-	        " --enable-name            enable inclusion of the feature \"name\"\n"
-	        " --disable-name           disable inclusion of the feature \"name\"\n"
+	        " --enable-<name>          enable inclusion of the feature \"name\"\n"
+	        " --disable-<name>         disable inclusion of the feature \"name\"\n"
 	        "\n"
 	        " There are the following features available:\n"
 	        "\n";






More information about the Scummvm-git-logs mailing list