]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix formatting of lz4 option in zstdcli.c
authorBriar Campbell <andastrike@gmail.com>
Fri, 6 Feb 2026 00:29:07 +0000 (18:29 -0600)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 27 Feb 2026 21:10:41 +0000 (16:10 -0500)
programs/zstdcli.c

index 01760ff8c4570ad52983c5d69751335dfb42889d..34db7bf51a0058d3378cb23de9eec05492077f56 100644 (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 */