gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix help message


From: gnunet
Subject: [libeufin] branch master updated: fix help message
Date: Tue, 07 Jun 2022 20:51:31 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 44ee9d16 fix help message
44ee9d16 is described below

commit 44ee9d165610ef8f2a065052b5fa2d24ecd26172
Author: MS <ms@taler.net>
AuthorDate: Tue Jun 7 20:51:02 2022 +0200

    fix help message
---
 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
index 6707c678..b0a829c0 100644
--- 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) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]