[git] GPGME - branch, master, updated. gpgme-1.11.1-29-gfe06929

by Andre Heinecke cvs at cvs.gnupg.org
Fri May 25 13:10:15 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  fe06929deec6544e2f267937dc5dafe2555bf485 (commit)
      from  10724e363d6b5b06f51808287ad63e142e419ae6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe06929deec6544e2f267937dc5dafe2555bf485
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri May 25 13:09:34 2018 +0200

    json: Improve keylist help
    
    * src/gpgme-json.c (hlp_keylist): Clarify doc about keys parameter.

diff --git a/src/gpgme-json.c b/src/gpgme-json.c
index 4ce10ca..cfa4655 100644
--- a/src/gpgme-json.c
+++ b/src/gpgme-json.c
@@ -1719,10 +1719,11 @@ op_version (cjson_t request, cjson_t result)
 

 static const char hlp_keylist[] =
   "op:     \"keylist\"\n"
-  "keys:   Array of strings or fingerprints to lookup\n"
-  "        For a single key a String may be used instead of an array.\n"
   "\n"
   "Optional parameters:\n"
+  "keys:          Array of strings or fingerprints to lookup\n"
+  "               For a single key a String may be used instead of an array.\n"
+  "               default lists all keys.\n"
   "protocol:      Either \"openpgp\" (default) or \"cms\".\n"
   "chunksize:     Max number of bytes in the resulting \"data\".\n"
   "\n"

-----------------------------------------------------------------------

Summary of changes:
 src/gpgme-json.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list