[Scummvm-git-logs] scummvm-tools master -> 3ffa73b39388e8e0086320caa8b7754f763a8f62

sdelamarre noreply at scummvm.org
Wed Aug 30 19:22:27 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
3ffa73b393 GOB: mention JTK in README & compress_gob


Commit: 3ffa73b39388e8e0086320caa8b7754f763a8f62
    https://github.com/scummvm/scummvm-tools/commit/3ffa73b39388e8e0086320caa8b7754f763a8f62
Author: BJNFNE (bjnfne at web.de)
Date: 2023-08-31T03:22:12+08:00

Commit Message:
GOB: mention JTK in README & compress_gob

Changed paths:
    README
    engines/gob/compress_gob.cpp


diff --git a/README b/README
index 8eff5951..4d71d284 100644
--- a/README
+++ b/README
@@ -200,7 +200,7 @@ Compression Tools:
 
                 <conf file> is a .gob file generated by extract_gob_stk.
                 -f forces compression for all files.
-                The stick archive (STK/ITK/LTK) will be created in the directory
+                The stick archive (STK/ITK/LTK/JTK) will be created in the directory
                 specified by the '-o' parameter.
 
         compress_kyra
diff --git a/engines/gob/compress_gob.cpp b/engines/gob/compress_gob.cpp
index c61f3800..68fb3169 100644
--- a/engines/gob/compress_gob.cpp
+++ b/engines/gob/compress_gob.cpp
@@ -51,7 +51,7 @@ CompressGob::CompressGob(const std::string &name) : CompressionTool(name, TOOLTY
 		"\nUsage: " + getName() + " [-o <output path>] [-f] <conf file>\n"
 		"<conf file> is a .gob file generated extract_gob_stk\n"
 		"<-f> forces compression for all files\n\n"
-		"The stick archive (STK/ITK/LTK) will be created in the directory specified by the '-o' parameter.\n";
+		"The stick archive (STK/ITK/LTK/JTK) will be created in the directory specified by the '-o' parameter.\n";
 }
 
 CompressGob::~CompressGob() {




More information about the Scummvm-git-logs mailing list