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: Mon, 01 Nov 2021 15:14:03 +0100

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 d735033e fix help message
d735033e is described below

commit d735033ef09aad4edd07207eab093b1552f46b42
Author: ms <ms@taler.net>
AuthorDate: Mon Nov 1 15:14:00 2021 +0100

    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 de36b028..c67dad4d 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -102,7 +102,7 @@ class DefaultExchange : CliktCommand("Set default Taler 
exchange for a demobank.
         }
     }
     private val exchange by argument("EXCHANGE", "Payto URI of the default 
exchange")
-    private val demobank by argument("Which demobank defaults to EXCHANGE")
+    private val demobank by argument("DEMOBANK", "Which demobank defaults to 
EXCHANGE")
 
     override fun run() {
         val dbConnString = getDbConnFromEnv(SANDBOX_DB_ENV_VAR_NAME)

-- 
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]