fix display format

This commit is contained in:
Jennifer Lee
2026-03-12 11:34:43 -07:00
parent 3f565b731e
commit e374fc76fe
+1 -1
View 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