mirror of
https://github.com/phiresky/ripgrep-all.git
synced 2024-11-11 01:10:33 +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(
|
#[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…
Reference in New Issue
Block a user