]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix display format 4619/head
authorJennifer Lee <jenlee68@fb.com>
Thu, 12 Mar 2026 18:34:43 +0000 (11:34 -0700)
committerJennifer Lee <jenlee68@fb.com>
Thu, 12 Mar 2026 18:34:43 +0000 (11:34 -0700)
programs/zstdcli.c

index b3c7a990055b560445ecd20e84480deeef66bd24..0cb4f3ba277a8766babc1e1efb72bcb83b23d771 100644 (file)
@@ -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