diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-28 18:41:59 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-28 18:41:59 +0000 | 
| commit | c188d4cade9cba451816aef2371942bea4ff837f (patch) | |
| tree | 7af4d87a03d869e528631ede778e4423dd6a281a /apps/s_client.c | |
| parent | 737d7e8d3945c206c037e139055821aa0c64bb8e (diff) | |
Diffstat (limited to 'apps/s_client.c')
| -rw-r--r-- | apps/s_client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/apps/s_client.c b/apps/s_client.c index f80711fd5e58..caf76d35dc5a 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -308,7 +308,7 @@ static void sc_usage(void)                 " -connect host:port - who to connect to (default is %s:%s)\n",                 SSL_HOST_NAME, PORT_STR);      BIO_printf(bio_err, -               " -verify_host host - check peer certificate matches \"host\"\n"); +               " -verify_hostname host - check peer certificate matches \"host\"\n");      BIO_printf(bio_err,                 " -verify_email email - check peer certificate matches \"email\"\n");      BIO_printf(bio_err, | 
