gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI: fix ambiguous message.


From: gnunet
Subject: [libeufin] branch master updated: CLI: fix ambiguous message.
Date: Sun, 15 Jan 2023 19:04:21 +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 ec398372 CLI: fix ambiguous message.
ec398372 is described below

commit ec39837253961af7360b4b52c06a6422da044635
Author: MS <ms@taler.net>
AuthorDate: Sun Jan 15 19:03:03 2023 +0100

    CLI: fix ambiguous 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 1ac725b8..a2b7ced6 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -365,7 +365,7 @@ class NexusContext:
         val = os.environ.get("LIBEUFIN_NEXUS_USERNAME")
         if not val:
             raise click.UsageError(
-                "nexus username must be given as an argument or in 
LIBEUFIN_NEXUS_USERNAME"
+                "Could not find the username in LIBEUFIN_NEXUS_USERNAME"
             )
         self._nexus_username = 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]