summaryrefslogtreecommitdiffstats
path: root/client/ipa-client-automount
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2016-09-22 17:37:25 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-23 15:04:53 +0200
commit07ff1f619c001181563886b5a0b5f1886b6638a1 (patch)
tree4cf4c20d38ef29b749321cd766b7bfd905104355 /client/ipa-client-automount
parentff490b6c403f9fe14fcc2d1558c43dae5b80f493 (diff)
downloadfreeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.tar.gz
freeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.tar.xz
freeipa-07ff1f619c001181563886b5a0b5f1886b6638a1.zip
Update man/help for --server option
The --server option now specifically mentions that it expects the FQDN of the IPA server. https://fedorahosted.org/freeipa/ticket/6202 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'client/ipa-client-automount')
-rwxr-xr-xclient/ipa-client-automount2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ipa-client-automount b/client/ipa-client-automount
index 08209c849..b444d3ea5 100755
--- a/client/ipa-client-automount
+++ b/client/ipa-client-automount
@@ -49,7 +49,7 @@ from ipaplatform.paths import paths
def parse_options():
usage = "%prog [options]\n"
parser = OptionParser(usage=usage)
- parser.add_option("--server", dest="server", help="IPA server")
+ parser.add_option("--server", dest="server", help="FQDN of IPA server")
parser.add_option("--location", dest="location", help="Automount location",
default="default")
parser.add_option("-S", "--no-sssd", dest="sssd",