gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix option name


From: gnunet
Subject: [libeufin] branch master updated: fix option name
Date: Sat, 23 Oct 2021 08:54:10 +0200

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 a0224f3  fix option name
a0224f3 is described below

commit a0224f355ca2bc4e6e8aeef671acfd76a9623580
Author: ms <ms@taler.net>
AuthorDate: Sat Oct 23 08:54:04 2021 +0200

    fix option name
---
 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 511b557..5720025 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -203,7 +203,7 @@ class MakeTransaction : CliktCommand("Wire-transfer money 
between Sandbox bank a
 
     private val creditAccount by option(help = "Label of the bank account 
receiving the payment").required()
     private val debitAccount by option(help = "Label of the bank account 
issuing the payment").required()
-    private val demobankArg by option("demobank", help = "Which Demobank books 
this transaction").default("default")
+    private val demobankArg by option("--demobank", help = "Which Demobank 
books this transaction").default("default")
     private val amount by argument(help = "Amount, in the \$currency:x.y 
format")
     private val subjectArg by argument(name = "subject", help = "Payment's 
subject")
 

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