Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet committed Dec 20, 2024
1 parent d64bfcd commit 0cb0f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Kanzi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void printHelp(Printer& log, const string& mode, bool showHeader)
log.println(" Transform [None|BWT|BWTS|LZ|LZX|LZP|ROLZ|ROLZX|RLT|ZRLT]", true);
log.println(" [MTFT|RANK|SRT|TEXT|MM|EXE|UTF|PACK]", true);
log.println(" EG: BWT+RANK or BWTS+MTFT\n", true);
log.println(" -x, -c32, -x64, --checksum=<size>", true);
log.println(" -x, -x32, -x64, --checksum=<size>", true);
log.println(" Enable block checksum (32 or 64 bits).", true);
log.println(" -x is equivalent to -x32.\n", true);
log.println(" -s, --skip", true);
Expand Down

0 comments on commit 0cb0f21

Please sign in to comment.