]> Untitled Git - bdk-cli/commitdiff
Updated help content to show path string example
authorVishal Menon <vishalmenon.92@gmail.com>
Fri, 7 May 2021 17:55:17 +0000 (23:25 +0530)
committerVishal Menon <vishalmenon.92@gmail.com>
Tue, 18 May 2021 17:05:57 +0000 (22:35 +0530)
src/lib.rs

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