From 8f8e4508a62293e8aae0c09d97d3645d8745b6d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Fri, 11 Oct 2019 11:19:42 +0200 Subject: [PATCH] ipa_client_automount.py: fix typo (idmap.conf => idmapd.conf) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 660c49 introduced --idmap-domain which sets the Domain option in idmapd.conf. However the help message for that knob mentioned idmap.conf which is wrong. Fix that. Reported by Marc Muehlfeld . Signed-off-by: François Cami Reviewed-By: Michal Polovka --- ipaclient/install/ipa_client_automount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaclient/install/ipa_client_automount.py b/ipaclient/install/ipa_client_automount.py index 14f0b75af..3ef257a43 100644 --- a/ipaclient/install/ipa_client_automount.py +++ b/ipaclient/install/ipa_client_automount.py @@ -87,7 +87,7 @@ def parse_options(): "--idmap-domain", dest="idmapdomain", default=None, - help="nfs domain for idmap.conf", + help="nfs domain for idmapd.conf", ) parser.add_option( "--debug",