[Scummvm-git-logs] scummvm master -> aca3975843bba2035282d0fd12705506d9d1b0bb

lotharsm mail at serra.me
Sat Jun 6 11:02:21 UTC 2020


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:
aca3975843 BASE: Fix missing newline in command line output


Commit: aca3975843bba2035282d0fd12705506d9d1b0bb
    https://github.com/scummvm/scummvm/commit/aca3975843bba2035282d0fd12705506d9d1b0bb
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-06-06T13:01:28+02:00

Commit Message:
BASE: Fix missing newline in command line output

Changed paths:
    base/commandLine.cpp


diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 01a2a54914..5be3324e16 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -97,7 +97,7 @@ static const char HELP_STRING[] =
 	"  -g, --gfx-mode=MODE      Select graphics scaler (1x,2x,3x,2xsai,super2xsai,\n"
 	"                           supereagle,advmame2x,advmame3x,hq2x,hq3x,tv2x,\n"
 	"                           dotmatrix)\n"
-	"  --stretch-mode=MODE      Select stretch mode (center, integral, fit, stretch)"
+	"  --stretch-mode=MODE      Select stretch mode (center, integral, fit, stretch)\n"
 	"  --filtering              Force filtered graphics mode\n"
 	"  --no-filtering           Force unfiltered graphics mode\n"
 	"  --gui-theme=THEME        Select GUI theme\n"




More information about the Scummvm-git-logs mailing list