mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Document change in CLI for --no-check during decompression in --help menu
This commit is contained in:
@ -196,6 +196,7 @@ static void usage_advanced(const char* programName)
|
||||
DISPLAYOUT( " -l : print information about zstd compressed files \n");
|
||||
DISPLAYOUT( "--test : test compressed file integrity \n");
|
||||
DISPLAYOUT( " -M# : Set a memory usage limit for decompression \n");
|
||||
DISPLAYOUT( "--no-check : disable validation of checksums in compressed frame \n");
|
||||
# if ZSTD_SPARSE_DEFAULT
|
||||
DISPLAYOUT( "--[no-]sparse : sparse mode (default: enabled on file, disabled on stdout) \n");
|
||||
# else
|
||||
|
Reference in New Issue
Block a user