[Scummvm-git-logs] scummvm master -> eb5aadab09cb8b01b290ce19158692c8072b0896
sev-
noreply at scummvm.org
Tue Apr 5 23:30:05 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:
eb5aadab09 DOCS: Mention tail md5 calculation in the command line.
Commit: eb5aadab09cb8b01b290ce19158692c8072b0896
https://github.com/scummvm/scummvm/commit/eb5aadab09cb8b01b290ce19158692c8072b0896
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-04-06T01:29:31+02:00
Commit Message:
DOCS: Mention tail md5 calculation in the command line.
Changed paths:
doc/docportal/advanced_topics/command_line.rst
diff --git a/doc/docportal/advanced_topics/command_line.rst b/doc/docportal/advanced_topics/command_line.rst
index e4e7e702835..293b3509d30 100755
--- a/doc/docportal/advanced_topics/command_line.rst
+++ b/doc/docportal/advanced_topics/command_line.rst
@@ -168,8 +168,5 @@ Short options are listed where they are available.
``--version``,``-v``,"Displays ScummVM version information and exits"
``--md5``,,"Shows MD5 hash of the file given by ``--md5-path=PATH``. If ``--md5-length=NUM`` is passed then it shows the MD5 hash of the first ``NUM`` bytes of the file given by ``PATH``. If ``--md5-engine=ENGINE_ID`` option is passed then it auto-calculates the required bytes and its hash, overriding ``--md5-length``"
``--md5-path=PATH``,,"Used with ``--md5`` to specify path of file to calculate MD5 hash of (default: ./scummvm)"
- ``--md5-length=NUM``,,"Used with ``--md5`` to specify the number of bytes to be hashed. If ``NUM`` is 0, MD5 hash of the whole file is calculated. Is overriden if passed with ``--md5-engine`` option. (default: 0)"
+ ``--md5-length=NUM``,,"Used with ``--md5`` to specify the number of bytes to be hashed. If ``NUM`` is 0, MD5 hash of the whole file is calculated. Of ``NUM`` is negative, the MD5 hash is calculated from the tail. Is overriden if passed with ``--md5-engine`` option. (default: 0)"
``--md5-engine=ENGINE_ID``,,"Used with ``--md5`` to specify engine of game for which hash is to be calculated. Overrides ``--md5-length`` if passed with it"
-
-
-
More information about the Scummvm-git-logs
mailing list