gui: made certPath command line option unique
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ def main():
|
||||
"url", default_url)
|
||||
parser.addOption(urlOption)
|
||||
|
||||
certPath = QCommandLineOption(["u", "aaredaq-cert-path"],
|
||||
certPath = QCommandLineOption(["c", "aaredaq-cert-path"],
|
||||
"Server Certificate Path (for self-signed certificates)",
|
||||
"cert", default_cert_path)
|
||||
parser.addOption(certPath)
|
||||
|
||||
Reference in New Issue
Block a user