Merge pull request #120 from dloss/fix-help-rga-cache-path

Fix help message for --rga-cache-path
pull/149/head
phiresky 2 years ago committed by GitHub
commit 9e933ca760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -231,16 +231,13 @@ pub struct CacheConfig {
)]
pub compression_level: CacheCompressionLevel,
/// ZSTD compression level to apply to adapter outputs before storing in cache db
///
/// Ranges from 1 - 22
/// Path to store cache db
#[serde(default, skip_serializing_if = "is_default")]
#[structopt(
default_value,
long = "--rga-cache-path",
hidden_short_help = true,
require_equals = true,
help = ""
)]
pub path: CachePath,
}

Loading…
Cancel
Save