Skip to content

Commit

Permalink
GOB: mention JTK in README & compress_gob
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored and sdelamarre committed Aug 30, 2023
1 parent b51bd55 commit 3ffa73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion engines/gob/compress_gob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3ffa73b

Please sign in to comment.