Update the help message

pull/127/head
FreeThinker 4 years ago
parent 33d5ef5dce
commit 479772b8c8

@ -45,6 +45,11 @@ var loopOutCommand = cli.Command{
"should be swept within",
Value: uint64(loop.DefaultSweepConfTarget),
},
cli.Int64Flag{
Name: "max_swap_routing_fee",
Usage: "the max off-chain swap routing fee in satoshis, " +
"if let blank a default max fee will be used",
},
cli.BoolFlag{
Name: "fast",
Usage: "Indicate you want to swap immediately, " +
@ -55,10 +60,6 @@ var loopOutCommand = cli.Command{
"setting this flag might result in a lower " +
"swap fee.",
},
cli.Int64Flag{
Name: "max_swap_routing_fee",
Usage: "max off-chain swap routing fee",
},
},
Action: loopOut,
}

Loading…
Cancel
Save