1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00

--certkey is now --cert-key

This commit is contained in:
Jakub Roztocil
2015-01-23 23:54:27 +01:00
parent d3d78afb6a
commit df07927843
3 changed files with 14 additions and 13 deletions

View File

@ -471,13 +471,13 @@ network.add_argument(
help="""
You can specify a local cert to use as client side SSL certificate.
This file may either contain both private key and certificate or you may
specify --certkey separately.
specify --cert-key separately.
"""
)
network.add_argument(
'--certkey',
'--cert-key',
default=None,
type=readable_file_arg,
help="""