mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
cmd/loop: clarify static swap list help
This commit is contained in:
parent
14e540fdc6
commit
63affeefd6
4 changed files with 4 additions and 4 deletions
|
|
@ -349,7 +349,7 @@ func listWithdrawals(ctx context.Context, cmd *cli.Command) error {
|
|||
|
||||
var listStaticAddressSwapsCommand = &cli.Command{
|
||||
Name: "listswaps",
|
||||
Usage: "Shows a list of finalized static address swaps.",
|
||||
Usage: "Shows a list of static address swaps.",
|
||||
Description: `
|
||||
`,
|
||||
Action: listStaticAddressSwaps,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
" listunspent, l List unspent static address outputs.\n",
|
||||
" listdeposits Displays static address deposits. A filter can be applied to only show deposits in a specific state.\n",
|
||||
" listwithdrawals Display a summary of past withdrawals.\n",
|
||||
" listswaps Shows a list of finalized static address swaps.\n",
|
||||
" listswaps Shows a list of static address swaps.\n",
|
||||
" 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",
|
||||
|
|
|
|||
|
|
@ -511,7 +511,7 @@ Display a summary of past withdrawals.
|
|||
|
||||
.SS listswaps
|
||||
.PP
|
||||
Shows a list of finalized static address swaps.
|
||||
Shows a list of static address swaps.
|
||||
|
||||
.PP
|
||||
\fB--help, -h\fP: show help
|
||||
|
|
|
|||
|
|
@ -601,7 +601,7 @@ The following flags are supported:
|
|||
|
||||
### `static listswaps` subcommand
|
||||
|
||||
Shows a list of finalized static address swaps.
|
||||
Shows a list of static address swaps.
|
||||
|
||||
Usage:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue