@@ -44,7 +44,7 @@ var loopOutCommand = cli.Command{
4444 Usage : "the name of the account to generate a new " +
4545 "address from. You can list the names of " +
4646 "valid accounts in your backing lnd " +
47- "instance with \" lncli wallet accounts list\" . " ,
47+ "instance with \" lncli wallet accounts list\" " ,
4848 Value : "" ,
4949 },
5050 cli.StringFlag {
@@ -55,14 +55,16 @@ var loopOutCommand = cli.Command{
5555 Value : "p2tr" ,
5656 },
5757 cli.Uint64Flag {
58- Name : "amt" ,
59- Usage : "the amount in satoshis to loop out" ,
58+ Name : "amt" ,
59+ Usage : "the amount in satoshis to loop out. To check " +
60+ "for the minimum and maximum amounts to loop " +
61+ "out please consult \" loop terms\" " ,
6062 },
6163 cli.Uint64Flag {
6264 Name : "htlc_confs" ,
6365 Usage : "the number of confirmations (in blocks) " +
6466 "that we require for the htlc extended by " +
65- "the server before we reveal the preimage. " ,
67+ "the server before we reveal the preimage" ,
6668 Value : uint64 (loopdb .DefaultLoopOutHtlcConfirmations ),
6769 },
6870 cli.Uint64Flag {
@@ -80,13 +82,13 @@ var loopOutCommand = cli.Command{
8082 },
8183 cli.BoolFlag {
8284 Name : "fast" ,
83- Usage : "Indicate you want to swap immediately, " +
85+ Usage : "indicate you want to swap immediately, " +
8486 "paying potentially a higher fee. If not " +
8587 "set the swap server might choose to wait up " +
8688 "to 30 minutes before publishing the swap " +
8789 "HTLC on-chain, to save on its chain fees. " +
8890 "Not setting this flag therefore might " +
89- "result in a lower swap fee. " ,
91+ "result in a lower swap fee" ,
9092 },
9193 forceFlag ,
9294 labelFlag ,
0 commit comments