]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed a typo 1429/head
authorDenis Ahrens <denis@h3q.com>
Wed, 28 Nov 2018 03:51:16 +0000 (04:51 +0100)
committerDenis Ahrens <denis@h3q.com>
Wed, 28 Nov 2018 03:51:16 +0000 (04:51 +0100)
programs/zstdcli.c

index 9f908355f7f6bbff5bd9efe6b44ab0a44b79511f..9f9bc84208543f014ef861e85a6466223510aed1 100644 (file)
@@ -151,7 +151,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 (default) \n");
+    DISPLAY( "--format=zstd : compress files to the .zst format (default) \n");
 #ifdef ZSTD_GZCOMPRESS
     DISPLAY( "--format=gzip : compress files to the .gz format \n");
 #endif