]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update display
authorGeorge Lu <gclu@fb.com>
Fri, 1 Jun 2018 01:04:05 +0000 (18:04 -0700)
committerGeorge Lu <gclu@fb.com>
Fri, 1 Jun 2018 01:04:05 +0000 (18:04 -0700)
programs/zstdcli.c

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