diff options
author | Thorsten Scherf <tscherf@redhat.com> | 2017-02-23 14:09:39 +0100 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2017-02-23 18:54:53 +0100 |
commit | 573a0f1ffe5035b75fb88ee7752029e34c6b37af (patch) | |
tree | 644dfc82cada19671b701eba02fccd48b4c81b42 | |
parent | 19060db1b8fa9d1d3e8f3ac3fcd1f387e9a39c94 (diff) | |
download | freeipa-573a0f1ffe5035b75fb88ee7752029e34c6b37af.tar.gz freeipa-573a0f1ffe5035b75fb88ee7752029e34c6b37af.tar.xz freeipa-573a0f1ffe5035b75fb88ee7752029e34c6b37af.zip |
added help about default value for --external-ca-type option
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rwxr-xr-x | install/tools/ipa-ca-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-ca-install b/install/tools/ipa-ca-install index 5e425f827..c05abb964 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") |