mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
cmd/loop: normalize static channel memo help
This commit is contained in:
parent
338a6ef9f1
commit
74cbb651bc
4 changed files with 8 additions and 16 deletions
|
|
@ -158,11 +158,11 @@ var openChannelCommand = &cli.Command{
|
|||
},
|
||||
&cli.StringFlag{
|
||||
Name: "memo",
|
||||
Usage: `(optional) a note-to-self containing some useful
|
||||
information about the channel. This is stored
|
||||
locally only, and is purely for reference. It
|
||||
has no bearing on the channel's operation. Max
|
||||
allowed length is 500 characters`,
|
||||
Usage: "(optional) a note-to-self containing some useful " +
|
||||
"information about the channel. This is stored " +
|
||||
"locally only, and is purely for reference. It " +
|
||||
"has no bearing on the channel's operation. Max " +
|
||||
"allowed length is 500 characters",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "fundmax",
|
||||
|
|
|
|||
|
|
@ -71,11 +71,7 @@
|
|||
" --zero_conf (optional) whether a zero-conf channel open should be attempted. (default: false)\n",
|
||||
" --scid_alias (optional) whether a scid-alias channel type should be negotiated. (default: false)\n",
|
||||
" --remote_reserve_sats uint (optional) the minimum number of satoshis we require the remote node to keep as a direct payment. If not specified, a default of 1% of the channel capacity will be used. (default: 0)\n",
|
||||
" --memo string (optional) a note-to-self containing some useful\n",
|
||||
" information about the channel. This is stored\n",
|
||||
" locally only, and is purely for reference. It\n",
|
||||
" has no bearing on the channel's operation. Max\n",
|
||||
" allowed length is 500 characters\n",
|
||||
" --memo string (optional) a note-to-self containing some useful information about the channel. This is stored locally only, and is purely for reference. It has no bearing on the channel's operation. Max allowed length is 500 characters\n",
|
||||
" --fundmax if set, the wallet will attempt to commit the maximum possible local amount to the channel. This must not be set at the same time as local_amt (default: false)\n",
|
||||
" --utxo string [ --utxo string ] a utxo specified as outpoint(tx:idx) which will be used to fund a channel. This flag can be repeatedly used to fund a channel with a selection of utxos. The selected funds can either be entirely spent by specifying the fundmax flag or partially by selecting a fraction of the sum of the outpoints in local_amt\n",
|
||||
" --help, -h show help\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue