Fix formatting of lz4 option in zstdcli.c
This commit is contained in:
committed by
Nick Terrell
parent
a90d7e7689
commit
117b0edfae
+1
-1
@@ -264,7 +264,7 @@ static void usageAdvanced(const char* programName)
|
|||||||
DISPLAYOUT(" --format=lzma Compress files to the `.lzma` format.\n");
|
DISPLAYOUT(" --format=lzma Compress files to the `.lzma` format.\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef ZSTD_LZ4COMPRESS
|
#ifdef ZSTD_LZ4COMPRESS
|
||||||
DISPLAYOUT( " --format=lz4 Compress files to the `.lz4` format.\n");
|
DISPLAYOUT( " --format=lz4 Compress files to the `.lz4` format.\n");
|
||||||
#endif
|
#endif
|
||||||
#endif /* !ZSTD_NOCOMPRESS */
|
#endif /* !ZSTD_NOCOMPRESS */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user