update display

dev
George Lu 2018-05-31 18:04:05 -07:00
parent 547096d672
commit 8984cc93d6
1 changed files with 1 additions and 1 deletions

View 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