]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add new line + [no-] to mmap-dict help output (#3601)
authordaniellerozenblit <48103643+daniellerozenblit@users.noreply.github.com>
Thu, 6 Apr 2023 17:01:58 +0000 (13:01 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 17:01:58 +0000 (13:01 -0400)
programs/zstdcli.c

index d2465456b565355d1d1819061f50996c7ca531e1..66952aa8293a6d0f15a9787e959b274723872884 100644 (file)
@@ -254,7 +254,7 @@ static void usage_advanced(const char* programName)
 
     DISPLAYOUT("\n");
     DISPLAYOUT("  --format=zstd                 Compress files to the `.zst` format. [Default]\n");
-    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");
 #ifdef ZSTD_GZCOMPRESS
     DISPLAYOUT("  --format=gzip                 Compress files to the `.gz` format.\n");
 #endif