From 3d51f00147894c601b79e9be6968c79ed2a7c85a Mon Sep 17 00:00:00 2001 From: Peter Neuroth Date: Fri, 24 Nov 2023 17:05:03 +0100 Subject: [PATCH] doc: Add `getemergencyrecover` to the hsmtool doc Signed-off-by: Peter Neuroth --- doc/lightning-hsmtool.8.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lightning-hsmtool.8.md b/doc/lightning-hsmtool.8.md index c638d76a7..86033aad7 100644 --- a/doc/lightning-hsmtool.8.md +++ b/doc/lightning-hsmtool.8.md @@ -76,6 +76,9 @@ You will still need to create a rune once the node starts, if you want commando **getcodexsecret** *hsm\_secret\_path* *id* Print out the BIP-93 formatted HSM secret, for use with `--recover`. The `id` is any 4 character string you can use to identify this secret (e.g. `adi0`): it cannot contain `i`, `o`, or `b`, but can contain digits except `1`. +**getemergencyrecover** *emergency.recover\_path* + Print out the bech32 encoded emergency.recover file. + BUGS ----