tweak spacing in --compress help

This commit is contained in:
Mohamed Daahir 2025-02-18 08:01:49 +00:00
parent 4873dc9b7f
commit 34ece99af9

View File

@ -183,10 +183,12 @@ Example: --print=Hb"
pub stream_raw: bool,
/// Content compressed (encoded) with Deflate algorithm.
///
/// The Content-Encoding header is set to deflate.
///
/// Compression is skipped if it appears that compression ratio is negative.
/// Compression can be forced by repeating this option.
///
/// Note: Compression cannot be used if the Content-Encoding request header is present.
#[clap(short = 'x', long = "compress", name = "compress", action = ArgAction::Count)]
pub compress: u8,