From 86d2321fcb606a83e265c15ce976ca0a5c8eafcc Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:23:01 +0100 Subject: [PATCH] fix cli --- cashu/wallet/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cashu/wallet/cli.py b/cashu/wallet/cli.py index d14eac5..c91b7de 100644 --- a/cashu/wallet/cli.py +++ b/cashu/wallet/cli.py @@ -409,7 +409,6 @@ async def invoices(ctx): @click.argument( "pubkey", type=str, - help="Nostr pubkey to send tokens to.", ) @click.option( "--verbose",