preserve old option for compatibility
This commit is contained in:
parent
552e79d98f
commit
c41881a8b6
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ def get_options():
|
|||
help=_("location to store work files"))
|
||||
parser.add_option("--auth-cert",
|
||||
help=_("Certificate for authentication"))
|
||||
parser.add_option("--auth-ca", # DEPRECATED and ignored
|
||||
help=optparse.SUPPRESS_HELP)
|
||||
parser.add_option("--serverca",
|
||||
help=_("Server CA certificate"))
|
||||
parser.add_option("--rules",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue