From 65a3529cd76b7b1912561ffd1cae2d6d1514aa18 Mon Sep 17 00:00:00 2001
Message-ID: <65a3529cd76b7b1912561ffd1cae2d6d1514aa18.1766509799.git.h.goebel@crazy-compilers.com>
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
Date: Tue, 23 Dec 2025 17:48:08 +0100
Subject: [PATCH 1/3] wallet-cli: withdrawKudos: Improve help-message.

---
 packages/taler-wallet-cli/src/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
index 4a9f044..d6e5370 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -2036,7 +2036,7 @@ testCli
   .subcommand("withdrawKudos", "withdraw-kudos")
   .flag("wait", ["--wait"])
   .maybeOption("amount", ["--amount"], clk.AMOUNT, {
-    help: "Amount to withdraw",
+    help: "Amount to withdraw (default: 50 KUDOS)",
   })
   .action(async (args) => {
     await withWallet(args, { lazyTaskLoop: true }, async (wallet) => {
-- 
2.41.3

