commit 44ee9d165610ef8f2a065052b5fa2d24ecd26172 parent 8504d6f1c4f4738dcb749fdec28f4abe55f78214 Author: MS <ms@taler.net> Date: Tue, 7 Jun 2022 20:51:02 +0200 fix help message Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -355,7 +355,7 @@ class Serve : CliktCommand("Run sandbox HTTP server") { val demobank = getDemobank("default") if (demobank == null) { println("Sandbox cannot operate without a 'default' demobank.") - println("Please make one with the 'libeufin-cli config' command.") + println("Please make one with the 'libeufin-sandbox config' command.") exitProcess(1) } if (withUnixSocket != null) {