We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19105bf commit c28031dCopy full SHA for c28031d
programs/zstdcli.c
@@ -254,7 +254,7 @@ static void usage_advanced(const char* programName)
254
255
DISPLAYOUT("\n");
256
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");
+ DISPLAYOUT(" --[no-]mmap-dict Memory-map dictionary file rather than mallocing and loading all at once\n");
258
#ifdef ZSTD_GZCOMPRESS
259
DISPLAYOUT(" --format=gzip Compress files to the `.gz` format.\n");
260
#endif
0 commit comments