mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
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:
parent
0d7f89c5a0
commit
1ac7169de2
@ -87,7 +87,7 @@ def parse_options():
|
|||||||
"--idmap-domain",
|
"--idmap-domain",
|
||||||
dest="idmapdomain",
|
dest="idmapdomain",
|
||||||
default=None,
|
default=None,
|
||||||
help="nfs domain for idmap.conf",
|
help="nfs domain for idmapd.conf",
|
||||||
)
|
)
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
"--debug",
|
"--debug",
|
||||||
|
Loading…
Reference in New Issue
Block a user