From 3890b6365438cec9545812bb7ce274429f682e70 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 10 Jul 2024 15:16:55 +0200 Subject: [PATCH] zombierecovery: fix typo in source --- cmd/chantools/zombierecovery_root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/chantools/zombierecovery_root.go b/cmd/chantools/zombierecovery_root.go index fbf9e3d..baa2abd 100644 --- a/cmd/chantools/zombierecovery_root.go +++ b/cmd/chantools/zombierecovery_root.go @@ -16,7 +16,7 @@ func newZombieRecoveryCommand() *cobra.Command { Use: "zombierecovery", Short: "Try rescuing funds stuck in channels with zombie nodes", Long: `A sub command that hosts a set of further sub commands -to help with recovering funds tuck in zombie channels. +to help with recovering funds stuck in zombie channels. Please visit https://github.com/lightninglabs/chantools/blob/master/doc/zombierecovery.md for more information on how to use these commands.`,