From d114b5c6aea939684370d176e1df97a736447fd5 Mon Sep 17 00:00:00 2001 From: Vishal Menon Date: Fri, 7 May 2021 23:25:17 +0530 Subject: [PATCH] Updated help content to show path string example --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")] -- 2.49.0