From: Vishal Menon Date: Fri, 7 May 2021 16:35:14 +0000 (+0530) Subject: Updated bdk-cli key derive help content X-Git-Tag: v0.3.0~60 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.WScriptHash.html?a=commitdiff_plain;h=34709de2c2857608dcfb03950c284d8477f7e19a;p=bdk-cli Updated bdk-cli key derive help content --- diff --git a/src/lib.rs b/src/lib.rs index 27567fa..7a96f1d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -831,7 +831,7 @@ pub enum KeySubCommand { #[structopt(name = "PASSWORD", short = "p", long = "password")] password: Option, }, - /// Derive an xpub from an xprv and a derivation path string (ie. "m/84'/1'/0'/0") + /// Derive a child key pair from a master extended key and a derivation path string Derive { /// Extended private key to derive from #[structopt(name = "XPRV", short = "x", long = "xprv")]