Skip to content

Commit c28031d

Browse files
Add new line + [no-] to mmap-dict help output (#3601)
1 parent 19105bf commit c28031d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/zstdcli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static void usage_advanced(const char* programName)
254254

255255
DISPLAYOUT("\n");
256256
DISPLAYOUT(" --format=zstd Compress files to the `.zst` format. [Default]\n");
257-
DISPLAYOUT(" --mmap-dict Memory-map dictionary file rather than mallocing and loading all at once");
257+
DISPLAYOUT(" --[no-]mmap-dict Memory-map dictionary file rather than mallocing and loading all at once\n");
258258
#ifdef ZSTD_GZCOMPRESS
259259
DISPLAYOUT(" --format=gzip Compress files to the `.gz` format.\n");
260260
#endif

0 commit comments

Comments
 (0)