Fix formatting of lz4 option in zstdcli.c

This commit is contained in:
Briar Campbell 2026-02-05 18:29:07 -06:00 committed by Nick Terrell
parent a90d7e7689
commit 117b0edfae

View file

@ -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 */