From e357153e57afd3cfe170b612f02f6fcd0bffcc0d Mon Sep 17 00:00:00 2001 From: MIZUTA Takeshi Date: Sat, 15 May 2021 03:14:44 +0900 Subject: [PATCH] Fix the option to match in the ipa-client-automount usage and man-page The command usage and man-page options may not match. In ipa-client-automount, fix to match usage and man-page. Reviewed-By: Alexander Bokovoy Reviewed-By: Rob Crittenden --- client/man/ipa-client-automount.1 | 2 +- ipaclient/install/ipa_client_automount.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/man/ipa-client-automount.1 b/client/man/ipa-client-automount.1 index 3f6edabd0..584391ecb 100644 --- a/client/man/ipa-client-automount.1 +++ b/client/man/ipa-client-automount.1 @@ -57,7 +57,7 @@ Automount location. \fB\-S\fR, \fB\-\-no\-sssd\fR Do not configure the client to use SSSD for automount. .TP -\fB\-S\fR, \fB\-\-idmap\-domain\fR=\fIIDMAP_DOMAIN\fR +\fB\-\-idmap\-domain\fR=\fIIDMAP_DOMAIN\fR NFS domain for idmapd.conf. If unset, defaults to the IPA domain. If set to DNS, let idmapd or nfsidmap determine the domain from DNS (see idmapd(8) or nfsidmap(5) for details). If set to anything else, set idmapd.conf's Domain entry to that value. .TP \fB\-d\fR, \fB\-\-debug\fR diff --git a/ipaclient/install/ipa_client_automount.py b/ipaclient/install/ipa_client_automount.py index fdf974d0d..2b7c67093 100644 --- a/ipaclient/install/ipa_client_automount.py +++ b/ipaclient/install/ipa_client_automount.py @@ -90,6 +90,7 @@ def parse_options(): help="nfs domain for idmapd.conf", ) parser.add_option( + "-d", "--debug", dest="debug", action="store_true",