From: Vishal Menon Date: Fri, 7 May 2021 17:55:17 +0000 (+0530) Subject: Updated help content to show path string example X-Git-Tag: v0.3.0~59 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/struct.EncoderStringWriter.html?a=commitdiff_plain;h=d114b5c6aea939684370d176e1df97a736447fd5;p=bdk-cli Updated help content to show path string example --- diff --git a/src/lib.rs b/src/lib.rs index 7a96f1d..11056f6 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 a child key pair from a master extended key and a derivation path string + /// Derive a child key pair from a master extended key and a derivation path string (eg. "m/84'/1'/0'/0" or "m/84h/1h/0h/0") Derive { /// Extended private key to derive from #[structopt(name = "XPRV", short = "x", long = "xprv")]