Fix formatting of lz4 option in zstdcli.c

This commit is contained in:
Briar Campbell
2026-02-27 16:10:41 -05:00
committed by Nick Terrell
parent a90d7e7689
commit 117b0edfae
+1 -1
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 */