From: daniellerozenblit <48103643+daniellerozenblit@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:01:58 +0000 (-0400) Subject: Add new line + [no-] to mmap-dict help output (#3601) X-Git-Tag: v1.5.6^2~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28031df8f1809621407b5bc9c4b3e052872409f;p=thirdparty%2Fzstd.git Add new line + [no-] to mmap-dict help output (#3601) --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index d2465456b..66952aa82 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -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