mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -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",
|
||||
dest="idmapdomain",
|
||||
default=None,
|
||||
help="nfs domain for idmap.conf",
|
||||
help="nfs domain for idmapd.conf",
|
||||
)
|
||||
parser.add_option(
|
||||
"--debug",
|
||||
|
Loading…
Reference in New Issue
Block a user