Skip to content

Commit 63affee

Browse files
committed
cmd/loop: clarify static swap list help
1 parent 14e540f commit 63affee

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/loop/staticaddr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func listWithdrawals(ctx context.Context, cmd *cli.Command) error {
349349

350350
var listStaticAddressSwapsCommand = &cli.Command{
351351
Name: "listswaps",
352-
Usage: "Shows a list of finalized static address swaps.",
352+
Usage: "Shows a list of static address swaps.",
353353
Description: `
354354
`,
355355
Action: listStaticAddressSwaps,

cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
" listunspent, l List unspent static address outputs.\n",
2929
" listdeposits Displays static address deposits. A filter can be applied to only show deposits in a specific state.\n",
3030
" listwithdrawals Display a summary of past withdrawals.\n",
31-
" listswaps Shows a list of finalized static address swaps.\n",
31+
" listswaps Shows a list of static address swaps.\n",
3232
" withdraw, w Withdraw from static address deposits.\n",
3333
" summary, s Display a summary of static address related information.\n",
3434
" in Loop in funds from static address deposits.\n",

docs/loop.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Display a summary of past withdrawals.
511511

512512
.SS listswaps
513513
.PP
514-
Shows a list of finalized static address swaps.
514+
Shows a list of static address swaps.
515515

516516
.PP
517517
\fB--help, -h\fP: show help

docs/loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ The following flags are supported:
601601

602602
### `static listswaps` subcommand
603603

604-
Shows a list of finalized static address swaps.
604+
Shows a list of static address swaps.
605605

606606
Usage:
607607

0 commit comments

Comments
 (0)