gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI: fix help message


From: gnunet
Subject: [libeufin] branch master updated: CLI: fix help message
Date: Sun, 15 Jan 2023 19:21:55 +0100

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 e97d6335 CLI: fix help message
e97d6335 is described below

commit e97d6335fdc9ca14c320d3daf630bdd9515b13c1
Author: MS <ms@taler.net>
AuthorDate: Sun Jan 15 19:21:44 2023 +0100

    CLI: fix help message
---
 cli/bin/libeufin-cli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index c90e2a3c..de5377f4 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -353,7 +353,7 @@ class NexusContext:
         val = os.environ.get("LIBEUFIN_NEXUS_URL")
         if not val:
             raise click.UsageError(
-                "nexus URL must be given as an argument or in 
LIBEUFIN_NEXUS_URL"
+                "nexus URL not found in LIBEUFIN_NEXUS_URL"
             )
         self._nexus_base_url = val
         return val

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