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:
Boris Nagaev 2026-05-09 00:57:23 -05:00
parent ca1ce698f0
commit 3abede2d8e
No known key found for this signature in database
5 changed files with 6 additions and 14 deletions

View file

@ -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.

View file

@ -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"
]

View file

@ -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",