From 8984cc93d6b35ee9558c335a68070586cebf4d44 Mon Sep 17 00:00:00 2001 From: George Lu Date: Thu, 31 May 2018 18:04:05 -0700 Subject: [PATCH] update display --- programs/zstdcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zstdcli.c b/programs/zstdcli.c index f69e3d83a..0fa7ef325 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -145,7 +145,7 @@ static int usage_advanced(const char* programName) #ifdef UTIL_HAS_CREATEFILELIST DISPLAY( " -r : operate recursively on directories \n"); #endif - DISPLAY( "--format=zstd : compress files to the .zstd format \n"); + DISPLAY( "--format=zstd : compress files to the .zstd format (default) \n"); #ifdef ZSTD_GZCOMPRESS DISPLAY( "--format=gzip : compress files to the .gz format \n"); #endif