mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 04:14:57 +00:00
Merge pull request #51 from liskin/patch-1
fix help for --rga-cache-max-blob-len
This commit is contained in:
commit
faabfa5a42
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user