taler-typescript-core

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

commit 57f8cd3853ea33555faca57eec289482fc80ee58
parent 1e105863221ca01d7bc94613dfbf0604ad51b4fe
Author: Florian Dold <florian@dold.me>
Date:   Tue, 10 Oct 2023 00:09:44 +0200

-name

Diffstat:
Mpackages/taler-harness/src/index.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts @@ -487,7 +487,7 @@ deploymentCli }); deploymentCli - .subcommand("waitEndpoint", "wait-service", { + .subcommand("waitEndpoint", "wait-endpoint", { help: "Wait for an endpoint to return an HTTP 200 Ok status with JSON body", }) .requiredArgument("serviceEndpoint", clk.STRING)