Skip to content

Commit 0cb0f21

Browse files
committed
Fix typo
1 parent d64bfcd commit 0cb0f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Kanzi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void printHelp(Printer& log, const string& mode, bool showHeader)
139139
log.println(" Transform [None|BWT|BWTS|LZ|LZX|LZP|ROLZ|ROLZX|RLT|ZRLT]", true);
140140
log.println(" [MTFT|RANK|SRT|TEXT|MM|EXE|UTF|PACK]", true);
141141
log.println(" EG: BWT+RANK or BWTS+MTFT\n", true);
142-
log.println(" -x, -c32, -x64, --checksum=<size>", true);
142+
log.println(" -x, -x32, -x64, --checksum=<size>", true);
143143
log.println(" Enable block checksum (32 or 64 bits).", true);
144144
log.println(" -x is equivalent to -x32.\n", true);
145145
log.println(" -s, --skip", true);

0 commit comments

Comments
 (0)