2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-16 00:12:52 +00:00

make miniums and maxiums more apparent when running loop out -h

This commit is contained in:
andrew 2022-12-07 10:33:26 -05:00
parent 446f163530
commit fb9e83b853

View File

@ -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",