mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fix formatting of lz4 option in zstdcli.c
This commit is contained in:
parent
a90d7e7689
commit
117b0edfae
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ static void usageAdvanced(const char* programName)
|
|||
DISPLAYOUT(" --format=lzma Compress files to the `.lzma` format.\n");
|
||||
#endif
|
||||
#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 /* !ZSTD_NOCOMPRESS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue