mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
cmd/loop: fix openchannel help typo
Correct the duplicated article in the static openchannel help text so the command summary reads cleanly. Refresh the recorded help fixtures that surface that summary directly, including the dedicated openchannel help output and the parent static command listing.
This commit is contained in:
parent
ca1ce698f0
commit
3abede2d8e
5 changed files with 6 additions and 14 deletions
|
|
@ -24,7 +24,7 @@ var (
|
|||
|
||||
var openChannelCommand = &cli.Command{
|
||||
Name: "openchannel",
|
||||
Usage: "Open a channel to a an existing peer.",
|
||||
Usage: "Open a channel to an existing peer.",
|
||||
Description: `
|
||||
Attempt to open a new channel to an existing peer with the key
|
||||
node-key.
|
||||
|
|
|
|||
|
|
@ -32,16 +32,8 @@
|
|||
" withdraw, w Withdraw from static address deposits.\n",
|
||||
" summary, s Display a summary of static address related information.\n",
|
||||
" in Loop in funds from static address deposits.\n",
|
||||
" openchannel Open a channel to a an existing peer.\n",
|
||||
"\n"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"time_ms": 2,
|
||||
"kind": "stdout",
|
||||
"data": {
|
||||
"lines": [
|
||||
" openchannel Open a channel to an existing peer.\n",
|
||||
"\n",
|
||||
"OPTIONS:\n",
|
||||
" --help, -h show help\n"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"data": {
|
||||
"lines": [
|
||||
"NAME:\n",
|
||||
" loop static openchannel - Open a channel to a an existing peer.\n",
|
||||
" loop static openchannel - Open a channel to an existing peer.\n",
|
||||
"\n",
|
||||
"USAGE:\n",
|
||||
" loop static openchannel [options]\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue