gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/07: extend --override help message


From: gnunet
Subject: [libeufin] 02/07: extend --override help message
Date: Tue, 10 May 2022 12:41:28 +0200

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

ms pushed a commit to branch master
in repository libeufin.

commit 7fa3465e66cabf40c108726576ad4df7704ebb30
Author: ms <ms@taler.net>
AuthorDate: Thu May 5 13:49:24 2022 +0200

    extend --override 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 c205bb3d..a75184f3 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -137,7 +137,8 @@ class Config : CliktCommand(
         "NAME", help = "Name of this configuration"
     )
     private val overrideOption by option(
-        "--override", help = "Override an existing demobank."
+        "--override",
+        help = "Override an existing demobank.  WARNING: every value NOT given 
here will be reset to the default!"
     ).flag("--no-override", default = false)
     private val currencyOption by option("--currency").default("EUR")
     private val bankDebtLimitOption by 
option("--bank-debt-limit").int().default(1000000)

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