mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
Adjust #ifndef logic
This commit is contained in:
@@ -160,12 +160,11 @@ static void usage_advanced(const char* programName)
|
|||||||
#ifndef ZSTD_NODECOMPRESS
|
#ifndef ZSTD_NODECOMPRESS
|
||||||
DISPLAYOUT( ". If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate).");
|
DISPLAYOUT( ". If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate).");
|
||||||
#endif
|
#endif
|
||||||
#endif /* ZSTD_NOCOMPRESS */
|
#else
|
||||||
#ifndef ZSTD_NODECOMPRESS
|
|
||||||
#ifdef ZSTD_NOCOMPRESS
|
#ifdef ZSTD_NOCOMPRESS
|
||||||
DISPLAYOUT( "--[no-]check : during decompression, ignore/validate checksums in compressed frame (default: validate).");
|
DISPLAYOUT( "--[no-]check : during decompression, ignore/validate checksums in compressed frame (default: validate).");
|
||||||
#endif
|
#endif
|
||||||
#endif /* ZSTD_NODECOMPRESS */
|
#endif /* ZSTD_NOCOMPRESS */
|
||||||
DISPLAYOUT( "\n");
|
DISPLAYOUT( "\n");
|
||||||
|
|
||||||
DISPLAYOUT( "-- : All arguments after \"--\" are treated as files \n");
|
DISPLAYOUT( "-- : All arguments after \"--\" are treated as files \n");
|
||||||
|
Reference in New Issue
Block a user