[Scummvm-git-logs] scummvm master -> bd54dcc4bb7a3ba2024814ed2b097a8cf763af90
criezy
noreply at scummvm.org
Sat Apr 23 17:38:09 UTC 2022
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:
bd54dcc4bb BASE: Fix indentation for command line help
Commit: bd54dcc4bb7a3ba2024814ed2b097a8cf763af90
https://github.com/scummvm/scummvm/commit/bd54dcc4bb7a3ba2024814ed2b097a8cf763af90
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-04-23T18:37:47+01:00
Commit Message:
BASE: Fix indentation for command line help
Changed paths:
base/commandLine.cpp
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index a21c1c37163..747e2f21cc0 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -212,15 +212,15 @@ static const char HELP_STRING[] =
" --md5 Shows MD5 hash of the file given by --md5-path=PATH\n"
" If --md5-length=NUM is passed then it shows the MD5 hash of\n"
" the first NUM bytes of the file given by PATH\n"
- " If --md5-engine=ENGINE_ID is passed, it fetches the MD5 length\n"
- " automatically, overriding --md5-length\n"
+ " If --md5-engine=ENGINE_ID is passed, it fetches the MD5 length\n"
+ " automatically, overriding --md5-length\n"
" --md5-path=PATH Used with --md5 to specify path of file to calculate MD5 hash of\n"
" --md5-length=NUM Used with --md5 to specify the number of bytes to be hashed.\n"
" Use negative number for calculating tail md5.\n"
- " Is overriden when used with --md5-engine\n"
- " --md5-engine=ENGINE_ID Used with --md5 to specify the engine for which number of bytes\n"
- " to be hashed must be calculated. This option overrides --md5-length\n"
- " if used along with it. Use --list-engines to find all engineIds\n"
+ " Is overriden when used with --md5-engine\n"
+ " --md5-engine=ENGINE_ID Used with --md5 to specify the engine for which number of bytes\n"
+ " to be hashed must be calculated. This option overrides --md5-length\n"
+ " if used along with it. Use --list-engines to find all engineIds\n"
"\n"
"The meaning of boolean long options can be inverted by prefixing them with\n"
"\"no-\", e.g. \"--no-aspect-ratio\".\n"
More information about the Scummvm-git-logs
mailing list