diff options
Diffstat (limited to 'dirmngr/server.c')
-rw-r--r-- | dirmngr/server.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/server.c b/dirmngr/server.c index f1319ad28..bdfb755d3 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -1603,7 +1603,8 @@ static const char hlp_ks_get[] = "KS_GET {<pattern>}\n" "\n" "Get the keys matching PATTERN from the configured OpenPGP keyservers\n" - "(see command KEYSERVER). Each pattern should be a keyid or a fingerprint"; + "(see command KEYSERVER). Each pattern should be a keyid, a fingerprint,\n" + "or an exact name indicastes by the '=' prefix."; static gpg_error_t cmd_ks_get (assuan_context_t ctx, char *line) { |