gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI help message


From: gnunet
Subject: [libeufin] branch master updated: CLI help message
Date: Wed, 02 Nov 2022 12:43:40 +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 183fb6d0 CLI help message
183fb6d0 is described below

commit 183fb6d048e50b25007902370ade57f10e6073bf
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 2 12:43:35 2022 +0100

    CLI 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 6c069f2a..4eba5c62 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -155,7 +155,7 @@ class Config : CliktCommand(
     ).flag("--without-registrations", default = true)
     private val withSignupBonusOption by option(
         "--with-signup-bonus",
-        help = "Award new customers with 100 units of currency!"
+        help = "Award new customers with 100 units of currency! (default: 
false)"
     ).flag("--without-signup-bonus", default = false)
 
     override fun run() {

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