Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Sep 11, 2017
1 parent 36dcd17 commit 474d829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cabby/cli/commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def get_basic_arg_parser():
type=int,
help="HTTP request timeout in seconds")

parser.add_argument("--ca-cert", dest="ca_cert", help="CA certificate file")
parser.add_argument(
"--ca-cert", dest="ca_cert", help="CA certificate file")
parser.add_argument("--cert", dest="cert", help="certificate file")
parser.add_argument("--key", dest="key", help="private key file")
parser.add_argument(
Expand Down

0 comments on commit 474d829

Please sign in to comment.