From: George Lu Date: Fri, 1 Jun 2018 01:04:05 +0000 (-0700) Subject: update display X-Git-Tag: v1.3.5~3^2~35^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8984cc93d6b35ee9558c335a68070586cebf4d44;p=thirdparty%2Fzstd.git update display --- 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