gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: help message


From: gnunet
Subject: [libeufin] branch master updated: help message
Date: Thu, 11 Jun 2020 16:32:02 +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 eb73f8c  help message
eb73f8c is described below

commit eb73f8c98c0f9fe09676070bd5d61807df29bc2d
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 11 16:31:58 2020 +0200

    help message
---
 cli/libeufin-cli-new | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/cli/libeufin-cli-new b/cli/libeufin-cli-new
index da92366..6133684 100755
--- a/cli/libeufin-cli-new
+++ b/cli/libeufin-cli-new
@@ -10,7 +10,12 @@ from requests import post, get, auth
 from urllib.parse import urljoin
 from getpass import getpass
 
-@click.group()
+@click.group(help="""
+General utility to invoke HTTP REST services offered by Nexus.
+Consider also invoking the 'nexus' command directly, for example
+to create new users.
+"""
+)
 def cli():
     pass
 

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