mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-08 14:00:37 +00:00
Merge pull request #120 from dloss/fix-help-rga-cache-path
Fix help message for --rga-cache-path
This commit is contained in:
commit
9e933ca760
@ -231,16 +231,13 @@ pub struct CacheConfig {
|
|||||||
)]
|
)]
|
||||||
pub compression_level: CacheCompressionLevel,
|
pub compression_level: CacheCompressionLevel,
|
||||||
|
|
||||||
/// ZSTD compression level to apply to adapter outputs before storing in cache db
|
/// Path to store cache db
|
||||||
///
|
|
||||||
/// Ranges from 1 - 22
|
|
||||||
#[serde(default, skip_serializing_if = "is_default")]
|
#[serde(default, skip_serializing_if = "is_default")]
|
||||||
#[structopt(
|
#[structopt(
|
||||||
default_value,
|
default_value,
|
||||||
long = "--rga-cache-path",
|
long = "--rga-cache-path",
|
||||||
hidden_short_help = true,
|
hidden_short_help = true,
|
||||||
require_equals = true,
|
require_equals = true,
|
||||||
help = ""
|
|
||||||
)]
|
)]
|
||||||
pub path: CachePath,
|
pub path: CachePath,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user