diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 01760ff8c45..3eb4eb4cc53 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -1334,8 +1334,8 @@ int main(int argCount, const char* argv[]) UTIL_refFilename(filenames, argument); } - /* Welcome message (if verbose) */ - DISPLAYLEVEL(3, WELCOME_MESSAGE); + /* Welcome message (if two verbose) */ + DISPLAYLEVEL(4, WELCOME_MESSAGE); #ifdef ZSTD_MULTITHREAD if ((operation==zom_decompress) && (setThreads_non1)) {