taler-typescript-core

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

commit 4109285f780e19cd20a07495240f5ab712105979
parent 120dc328d983518d07869f5e80f21e3f5ec9614d
Author: Florian Dold <florian@dold.me>
Date:   Sat, 18 Jul 2026 17:16:41 +0200

wallet-cli: fix help text

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 @@ -320,7 +320,7 @@ export const walletCli = clk help: "Don't do any request throttling.", }) .flag("noHttp", ["--no-http"], { - help: "Allow unsafe http connections.", + help: "Require TLS; disallow unsafe http connections.", }) .flag("version", ["-v", "--version"], { onPresentHandler: printVersion,