Skip to content

Commit 19bbdb9

Browse files
daniellerozenblithswong3i
authored andcommitted
Add new line + [no-] to mmap-dict help output (facebook#3601)
1 parent 4140861 commit 19bbdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/zstdcli.c

+1-1
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)