[Scummvm-git-logs] scummvm master -> 5e5a3fa4c23fbfa0780c2e33a9f458162282a957

lephilousophe noreply at scummvm.org
Thu Aug 29 15:51:04 UTC 2024


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:
5e5a3fa4c2 CREATE_PROJECT: add missing newlines to help text


Commit: 5e5a3fa4c23fbfa0780c2e33a9f458162282a957
    https://github.com/scummvm/scummvm/commit/5e5a3fa4c23fbfa0780c2e33a9f458162282a957
Author: Michael (michael_kuerbis at web.de)
Date: 2024-08-29T17:51:01+02:00

Commit Message:
CREATE_PROJECT: add missing newlines to help text

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 cf0e1544d02..0e064b6016a 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -748,8 +748,8 @@ void displayHelp(const char *exe) {
 	        " --output-dir path          overwrite path, where the project files are placed\n"
 	        "                            By default this is \".\", i.e. the current working\n"
 	        "                            directory\n"
-			" --include-dir path         add a path to the include search path"
-			" --library-dir path         add a path to the library search path"
+			" --include-dir path         add a path to the include search path\n"
+			" --library-dir path         add a path to the library search path\n"
 	        "\n"
 	        "MSVC specific settings:\n"
 	        " --msvc-version version     set the targeted MSVC version. Possible values:\n";




More information about the Scummvm-git-logs mailing list