Merge pull request #51 from liskin/patch-1

fix help for --rga-cache-max-blob-len
pull/66/head
phiresky 4 years ago committed by GitHub
commit faabfa5a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,8 @@ pub struct RgaArgs {
#[structopt( #[structopt(
long = "--rga-cache-max-blob-len", long = "--rga-cache-max-blob-len",
default_value = "2000000", default_value = "2000000",
hidden_short_help = true hidden_short_help = true,
require_equals = true
)] )]
/// Max compressed size to cache /// Max compressed size to cache
/// ///

Loading…
Cancel
Save