Skip to content

Commit

Permalink
Merge pull request #51 from liskin/patch-1
Browse files Browse the repository at this point in the history
fix help for --rga-cache-max-blob-len
  • Loading branch information
phiresky authored May 19, 2020
2 parents ade38fc + 758d0d1 commit faabfa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ pub struct RgaArgs {
#[structopt(
long = "--rga-cache-max-blob-len",
default_value = "2000000",
hidden_short_help = true
hidden_short_help = true,
require_equals = true
)]
/// Max compressed size to cache
///
Expand Down

0 comments on commit faabfa5

Please sign in to comment.