gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: spell it "CUR:X.Y" in the --help outpu


From: gnunet
Subject: [libeufin] branch master updated: spell it "CUR:X.Y" in the --help output
Date: Mon, 24 Jan 2022 11:27:20 +0100

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

ttn pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new eb6783ad spell it "CUR:X.Y" in the --help output
eb6783ad is described below

commit eb6783ad4f0d222be93b53cf94693a23eeaf61a6
Author: Thien-Thi Nguyen <ttn@gnu.org>
AuthorDate: Mon Jan 24 05:27:03 2022 -0500

    spell it "CUR:X.Y" in the --help output
---
 cli/bin/libeufin-cli                                  | 2 +-
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index f9a95f5b..ce1b94d8 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1211,7 +1211,7 @@ def sandbox_demobank(ctx):
 )
 @click.option(
     "--amount",
-    help="Amount to transfer, in the $currency:X.Y format.",
+    help="Amount to transfer, in the CUR:X.Y format.",
     required=True
 )
 @click.pass_obj
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 5b9e813c..b347fd7e 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -234,7 +234,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 amount by argument("AMOUNT", "Amount, in the \$currency:x.y 
format")
+    private val amount by argument("AMOUNT", "Amount, in the CUR:X.Y format")
     private val subjectArg by argument("SUBJECT", "Payment's subject")
 
     override fun run() {

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