From: Steve Myers Date: Tue, 1 Jun 2021 03:40:51 +0000 (-0700) Subject: Fix 'conn_count' option long name X-Git-Tag: v0.3.0~42 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CommandStringError.html?a=commitdiff_plain;h=f22828d93e57462d8562ec4b455c0df1c9eaa5d4;p=bdk-cli Fix 'conn_count' option long name --- diff --git a/src/lib.rs b/src/lib.rs index 8587705..f1fe8e6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -400,7 +400,7 @@ pub struct CompactFilterOpts { pub address: Vec, /// Sets the number of parallel node connections - #[structopt(name = "CONNECTIONS", long = "conn-count", default_value = "4")] + #[structopt(name = "CONNECTIONS", long = "conn_count", default_value = "4")] pub conn_count: usize, /// Optionally skip initial `skip_blocks` blocks