From 63affeefd6adcd694d92f28f4ca03683df206ec0 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Wed, 3 Jun 2026 13:12:34 -0500 Subject: [PATCH] cmd/loop: clarify static swap list help --- cmd/loop/staticaddr.go | 2 +- cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json | 2 +- docs/loop.1 | 2 +- docs/loop.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/loop/staticaddr.go b/cmd/loop/staticaddr.go index fc36597e..372368a0 100644 --- a/cmd/loop/staticaddr.go +++ b/cmd/loop/staticaddr.go @@ -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, diff --git a/cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json b/cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json index 607d51d6..2b5335b7 100644 --- a/cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json +++ b/cmd/loop/testdata/sessions/static-loop-in/04_loop-static.json @@ -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", diff --git a/docs/loop.1 b/docs/loop.1 index dd044978..108243b5 100644 --- a/docs/loop.1 +++ b/docs/loop.1 @@ -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 diff --git a/docs/loop.md b/docs/loop.md index 62f1d86f..28bf8c0c 100644 --- a/docs/loop.md +++ b/docs/loop.md @@ -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: