taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a88a58efea58b245348b39b0e3aface03b12245d
parent f3b7be56353f557f3e915d8e5e306547627417e9
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
Date:   Tue, 23 Dec 2025 17:48:08 +0100

wallet-cli: withdrawKudos: Improve help-message.

Diffstat:
Mpackages/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 @@ -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) => {