[Scummvm-cvs-logs] scummvm master -> 42e3c18ed3de4b143b10a1652d53061e750d5d8b

somaen einarjohants at gmail.com
Wed Jul 3 00:28:20 CEST 2013


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:
42e3c18ed3 CREATE_PROJECT: Fix a typo in the help-message (--codeblocks)


Commit: 42e3c18ed3de4b143b10a1652d53061e750d5d8b
    https://github.com/scummvm/scummvm/commit/42e3c18ed3de4b143b10a1652d53061e750d5d8b
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-07-02T15:25:32-07:00

Commit Message:
CREATE_PROJECT: Fix a typo in the help-message (--codeblocks)

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 84a6185..6b6e86a 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -588,7 +588,7 @@ void displayHelp(const char *exe) {
 	        " Additionally there are the following switches for changing various settings:\n"
 	        "\n"
 	        "Project specific settings:\n"
-	        " --codeblock              build Code::Blocks project files\n"
+	        " --codeblocks             build Code::Blocks project files\n"
 	        " --msvc                   build Visual Studio project files\n"
 	        " --xcode                  build XCode project files\n"
 	        " --file-prefix prefix     allow overwriting of relative file prefix in the\n"






More information about the Scummvm-git-logs mailing list