From 71b8ee1bf19dbe5571582c1fb778ed67e028d07e Mon Sep 17 00:00:00 2001 From: Denis Ahrens Date: Wed, 28 Nov 2018 04:51:16 +0100 Subject: [PATCH] fixed a typo --- programs/zstdcli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zstdcli.c b/programs/zstdcli.c index 9f908355..9f9bc842 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -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