From fb9e83b853270ef977b864a87827432d38aa1777 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 10:33:26 -0500 Subject: [PATCH 1/5] make miniums and maxiums more apparent when running loop out -h --- 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..923d860 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 (default: 0, min: 250k, max: 60m)", }, cli.Uint64Flag{ Name: "htlc_confs", From a4bb589155993559fbb203aef46b5559571c6ca8 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 10:41:53 -0500 Subject: [PATCH 2/5] quick fix --- 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 923d860..dd47ba4 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 (default: 0, min: 250k, max: 60m)", + Usage: "the amount in satoshis to loop out (min: 250k, max: 60m)", }, cli.Uint64Flag{ Name: "htlc_confs", From f0fa8068a3236de8effa13e725cf3a36c2777e3c Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 10:59:40 -0500 Subject: [PATCH 3/5] update help --- 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 dd47ba4..6a5e363 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 (min: 250k, max: 60m)", + Usage: "run the command loop terms to get the minimum & maximum amount on the server. " }, cli.Uint64Flag{ Name: "htlc_confs", From d6442f9a2ff77f2f489849d34e4c6bc3cc793c84 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 11:17:49 -0500 Subject: [PATCH 4/5] fix travis build fail --- 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 6a5e363..841f067 100644 --- a/cmd/loop/loopout.go +++ b/cmd/loop/loopout.go @@ -41,7 +41,7 @@ var loopOutCommand = cli.Command{ }, cli.Uint64Flag{ Name: "amt", - Usage: "run the command loop terms to get the minimum & maximum amount on the server. " + Usage: "run the command loop terms to get the minimum & maximum amount on the server. ", }, cli.Uint64Flag{ Name: "htlc_confs", From 155ccd5ce6f72ec9085dce4742df988602f7cdc9 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 7 Dec 2022 12:16:31 -0500 Subject: [PATCH 5/5] 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 841f067..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: "run the command loop terms to get the minimum & maximum amount on the server. ", + 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",