From: Jennifer Lee Date: Thu, 12 Mar 2026 18:34:43 +0000 (-0700) Subject: fix display format X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e374fc76fe48d394d9265641a3e1dbbcf5050bac;p=thirdparty%2Fzstd.git fix display format --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index b3c7a9900..0cb4f3ba2 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -184,7 +184,7 @@ static void usageAdvanced(const char* programName) DISPLAYOUT("Advanced options:\n"); DISPLAYOUT(" -v, --verbose Enable verbose output; pass multiple times to increase verbosity.\n"); - DISPLAY_F(f, " -q, --quiet Suppress warnings; pass twice to suppress errors.\n"); + DISPLAYOUT(" -q, --quiet Suppress warnings; pass twice to suppress errors.\n"); #ifndef ZSTD_NOTRACE DISPLAYOUT(" --trace LOG Log tracing information to LOG.\n"); #endif