From ffa60919033ec4d860cd76db8e08acbfa3fcfd6a Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 12:16:31 -0500 Subject: [PATCH] cmd: mention loop terms in loop amt description make miniums and maxiums more apparent when running loop out -h rephrase --- cmd/loop/loopout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/loop/loopout.go b/cmd/loop/loopout.go index fd945ea..006084b 100644 --- a/cmd/loop/loopout.go +++ b/cmd/loop/loopout.go @@ -41,7 +41,7 @@ var loopOutCommand = cli.Command{ }, cli.Uint64Flag{ Name: "amt", - Usage: "the amount in satoshis to loop out", + Usage: "the amount in satoshis to loop out, consult the loop terms command to get the minimum & maximum loop amounts supported by the server.", }, cli.Uint64Flag{ Name: "htlc_confs",