From 6785f79da9b5291e1a7d928dc6438853e0c06793 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 9 Oct 2022 18:16:20 +0200 Subject: [PATCH] cashu wallets help text --- cashu/wallet/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index 25f5e45..67f0ff6 100755 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -319,7 +319,7 @@ async def locks(ctx): return True -@cli.command("wallets", help="List available wallets.") +@cli.command("wallets", help="List of all available wallets.") @click.pass_context @coro async def wallets(ctx):