diff --git a/cmd/loop/loopout.go b/cmd/loop/loopout.go index dc2b939..129ee83 100644 --- a/cmd/loop/loopout.go +++ b/cmd/loop/loopout.go @@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{ }, cli.Uint64Flag{ Name: "htlc_confs", - Usage: "the number of of confirmations, in blocks " + + Usage: "the number of confirmations (in blocks) " + "that we require for the htlc extended by " + "the server before we reveal the preimage.", Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),