mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
tweak spacing in --compress help
This commit is contained in:
parent
4873dc9b7f
commit
34ece99af9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user