From a90d7e7689a4468e36247c8afe7c2643ad5c57a2 Mon Sep 17 00:00:00 2001 From: Briar Campbell Date: Thu, 5 Feb 2026 18:26:50 -0600 Subject: [PATCH] Fix formatting of lz4 option in README --- programs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/README.md b/programs/README.md index 2c2e94dc6..2a6978ac4 100644 --- a/programs/README.md +++ b/programs/README.md @@ -224,7 +224,7 @@ Advanced compression options: --format=gzip Compress files to the `.gz` format. --format=xz Compress files to the `.xz` format. --format=lzma Compress files to the `.lzma` format. - --format=lz4 Compress files to the `.lz4` format. + --format=lz4 Compress files to the `.lz4` format. Advanced decompression options: -l Print information about Zstandard-compressed files.