Changed `--ssl-key' arg to FILE type.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -52,7 +52,7 @@ static struct argp_option _tls_argp_options[] = { | ... | @@ -52,7 +52,7 @@ static struct argp_option _tls_argp_options[] = { |
52 | {NULL, 0, NULL, 0, N_("Encryption options"), 0}, | 52 | {NULL, 0, NULL, 0, N_("Encryption options"), 0}, |
53 | {"ssl-cert", ARG_SSL_CERT, N_("FILE"), 0, | 53 | {"ssl-cert", ARG_SSL_CERT, N_("FILE"), 0, |
54 | N_("Specify SSL certificate file"), 0}, | 54 | N_("Specify SSL certificate file"), 0}, |
55 | {"ssl-key", ARG_SSL_KEY, N_("KEY"), 0, | 55 | {"ssl-key", ARG_SSL_KEY, N_("FILE"), 0, |
56 | N_("Specify SSL certificate key"), 0}, | 56 | N_("Specify SSL certificate key"), 0}, |
57 | {"ssl-cafile", ARG_SSL_CAFILE, N_("FILE"), 0, | 57 | {"ssl-cafile", ARG_SSL_CAFILE, N_("FILE"), 0, |
58 | N_("Specify trusted CAs file"), 0}, | 58 | N_("Specify trusted CAs file"), 0}, | ... | ... |
-
Please register or sign in to post a comment