json: Improve keylist help
* src/gpgme-json.c (hlp_keylist): Clarify doc about keys parameter.
This commit is contained in:
parent
10724e363d
commit
fe06929dee
@ -1719,10 +1719,11 @@ op_version (cjson_t request, cjson_t result)
|
|||||||
|
|
||||||
static const char hlp_keylist[] =
|
static const char hlp_keylist[] =
|
||||||
"op: \"keylist\"\n"
|
"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"
|
"\n"
|
||||||
"Optional parameters:\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"
|
"protocol: Either \"openpgp\" (default) or \"cms\".\n"
|
||||||
"chunksize: Max number of bytes in the resulting \"data\".\n"
|
"chunksize: Max number of bytes in the resulting \"data\".\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user