gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 06/07: help message


From: gnunet
Subject: [libeufin] 06/07: help message
Date: Tue, 10 May 2022 12:41:32 +0200

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

ms pushed a commit to branch master
in repository libeufin.

commit c3764f2a2d465e1f89b40f60ed6e2634edf073c4
Author: ms <ms@taler.net>
AuthorDate: Tue May 10 12:37:43 2022 +0200

    help message
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 3 ++-
 1 file changed, 2 insertions(+), 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 d9b828c8..1dea8915 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -138,7 +138,7 @@ class Config : CliktCommand(
     )
     private val overrideOption by option(
         "--override",
-        help = "Override an existing --allow/disallow -registrations policy." +
+        help = "Override an existing --with/--without -registrations policy." +
                 "  It has NO effect on other options"
     ).flag("--no-override", default = false)
     private val currencyOption by option("--currency").default("EUR")
@@ -163,6 +163,7 @@ class Config : CliktCommand(
                 }.firstOrNull()
                 if (maybeDemobank != null) {
                     if (overrideOption) {
+                        println("Overriding the registration policy")
                         maybeDemobank.allowRegistrations = 
allowRegistrationsOption
                         return@transaction
                     }

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