ipa_client_automount.py: fix typo (idmap.conf => idmapd.conf)

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 <mmuehlfe@redhat.com>.

Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Michal Polovka <mpolovka@redhat.com>
This commit is contained in:
François Cami 2019-10-11 11:19:42 +02:00
parent 0d7f89c5a0
commit 1ac7169de2

View File

@ -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",