added help about default value for --external-ca-type option

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Thorsten Scherf
2017-02-23 18:54:53 +01:00
committed by Martin Basti
parent 19060db1b8
commit 573a0f1ffe
+1 -1
View File
@@ -65,7 +65,7 @@ def parse_options():
parser.add_option("--external-ca-type", dest="external_ca_type",
type="choice", choices=ext_cas,
metavar="{{{0}}}".format(",".join(ext_cas)),
help="Type of the external CA")
help="Type of the external CA. Default: generic")
parser.add_option("--external-cert-file", dest="external_cert_files",
action="append", metavar="FILE",
help="File containing the IPA CA certificate and the external CA certificate chain")