diff options
| author | David Kupka <dkupka@redhat.com> | 2014-11-24 08:49:05 -0500 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2014-11-26 14:33:23 +0100 |
| commit | 3a6d714bb229f8dd68ae219d94283f05cf57a6d7 (patch) | |
| tree | 6922e447a8141f0f11697ce8db0f27242ecdde8c /install/tools/ipa-replica-install | |
| parent | 4e99663379b333e2dd851f06a786c705c3e07e4b (diff) | |
| download | freeipa-3a6d714bb229f8dd68ae219d94283f05cf57a6d7.tar.gz freeipa-3a6d714bb229f8dd68ae219d94283f05cf57a6d7.tar.xz freeipa-3a6d714bb229f8dd68ae219d94283f05cf57a6d7.zip | |
Use singular in help metavars + update man pages.
https://fedorahosted.org/freeipa/ticket/4695
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/tools/ipa-replica-install')
| -rwxr-xr-x | install/tools/ipa-replica-install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index 409f1f61b..20d833d72 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -69,7 +69,7 @@ def parse_options(): default=False, help="configure a dogtag KRA") basic_group.add_option("--ip-address", dest="ip_addresses", type="ip", ip_local=True, action="append", default=[], - help="Replica server IP Address") + help="Replica server IP Address. This option can be used multiple times", metavar="IP_ADDRESS") basic_group.add_option("-p", "--password", dest="password", sensitive=True, help="Directory Manager (existing master) password") basic_group.add_option("-w", "--admin-password", dest="admin_password", sensitive=True, @@ -113,7 +113,8 @@ def parse_options(): dns_group.add_option("--no-forwarders", dest="no_forwarders", action="store_true", default=False, help="Do not add any DNS forwarders, use root servers instead") dns_group.add_option("--reverse-zone", dest="reverse_zones", default=[], - action="append", help="The reverse DNS zone to use") + action="append", help="The reverse DNS zone to use. This option can be used multiple times", + metavar="REVERSE_ZONE") dns_group.add_option("--no-reverse", dest="no_reverse", action="store_true", default=False, help="Do not create new reverse DNS zone") dns_group.add_option("--no-dnssec-validation", dest="no_dnssec_validation", action="store_true", |
