aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2015-03-25 13:48:41 +0100
committerKamil Dudka <kdudka@redhat.com>2015-04-22 13:21:31 +0200
commitb47c17d67c9b5c9e985375b090f0140bf43cb146 (patch)
treeeae985fca8853c0dcbf72e5556d070637f86db56 /src/tool_help.c
parent1fd33e3ec8fcfe6f5797b212980ececd6bdb9d03 (diff)
nss: implement public key pinning for NSS backend
Bug: https://bugzilla.redhat.com/1195771
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index bb7aa7c3a..27638ef16 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -156,7 +156,7 @@ static const char *const helptext[] = {
" --pass PASS Pass phrase for the private key (SSL/SSH)",
" --path-as-is Do not squash .. sequences in URL path",
" --pinnedpubkey FILE Public key (PEM/DER) to verify peer against "
- "(OpenSSL/GnuTLS/GSKit only)",
+ "(OpenSSL/GnuTLS/NSS/GSKit only)",
" --post301 "
"Do not switch to GET after following a 301 redirect (H)",
" --post302 "