]> Untitled Git - bdk-cli/commitdiff
Updated bdk-cli key derive help content
authorVishal Menon <vishalmenon.92@gmail.com>
Fri, 7 May 2021 16:35:14 +0000 (22:05 +0530)
committerVishal Menon <vishalmenon.92@gmail.com>
Tue, 18 May 2021 17:05:51 +0000 (22:35 +0530)
src/lib.rs

index 27567fab865321377d06dfb5b6605ff84f6f8e9b..7a96f1d914346c8406430d409c8ffd79827c1309 100644 (file)
@@ -831,7 +831,7 @@ pub enum KeySubCommand {
         #[structopt(name = "PASSWORD", short = "p", long = "password")]
         password: Option<String>,
     },
-    /// 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")]