From 34709de2c2857608dcfb03950c284d8477f7e19a Mon Sep 17 00:00:00 2001 From: Vishal Menon Date: Fri, 7 May 2021 22:05:14 +0530 Subject: [PATCH] Updated bdk-cli key derive help content --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")] -- 2.49.0