commit 183fb6d048e50b25007902370ade57f10e6073bf parent 5822f89f770978303bfa2079854535b8e83831ec Author: MS <ms@taler.net> Date: Wed, 2 Nov 2022 12:43:35 +0100 CLI help message Diffstat:
| M | 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 @@ -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() {