diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 2c22b827b..280d33a87 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -152,7 +152,8 @@ static const char *const helptext[] = { " --oauth2-bearer TOKEN OAuth 2 Bearer Token (IMAP, POP3, SMTP)", " -o, --output FILE Write to FILE instead of stdout", " --pass PASS Pass phrase for the private key (SSL/SSH)", - " --pinnedpubkey FILE Public key (DER) to verify peer against (OpenSSL)", + " --pinnedpubkey FILE Public key (PEM/DER) to verify peer against " + "(OpenSSL/GnuTLS/GSKit only)", " --post301 " "Do not switch to GET after following a 301 redirect (H)", " --post302 " |