fixed a typo
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ static int usage_advanced(const char* programName)
|
|||||||
#ifdef UTIL_HAS_CREATEFILELIST
|
#ifdef UTIL_HAS_CREATEFILELIST
|
||||||
DISPLAY( " -r : operate recursively on directories \n");
|
DISPLAY( " -r : operate recursively on directories \n");
|
||||||
#endif
|
#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
|
#ifdef ZSTD_GZCOMPRESS
|
||||||
DISPLAY( "--format=gzip : compress files to the .gz format \n");
|
DISPLAY( "--format=gzip : compress files to the .gz format \n");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user