From 573a0f1ffe5035b75fb88ee7752029e34c6b37af Mon Sep 17 00:00:00 2001 From: Thorsten Scherf Date: Feb 23 2017 17:54:53 +0000 Subject: added help about default value for --external-ca-type option Reviewed-By: Martin Basti --- diff --git a/install/tools/ipa-ca-install b/install/tools/ipa-ca-install index 5e425f8..c05abb9 100755 --- a/install/tools/ipa-ca-install +++ b/install/tools/ipa-ca-install @@ -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")