commit c61a5543d6dcee2b9c36bdbd68da183311499a01
parent 93f3157833a87ef7efbd8c6d9efcdb0fa6862c62
Author: Antoine A <>
Date: Tue, 5 Dec 2023 09:35:16 +0000
Improve edit-account command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bank/src/main/kotlin/tech/libeufin/bank/Main.kt b/bank/src/main/kotlin/tech/libeufin/bank/Main.kt
@@ -347,7 +347,7 @@ class EditAccount : CliktCommand(
help = "Legal name of the account owner"
)
private val exchange: Boolean? by option(
- help = "Make this account a taler exchange"
+ help = "Is this account a taler exchange"
).boolean()
private val email: String? by option(help = "E-Mail address used for TAN transmission")
private val phone: String? by option(help = "Phone number used for TAN transmission")