Fix takes_options in automount plugin.

This commit is contained in:
Pavel Zuna 2009-11-18 16:38:45 +01:00 committed by Rob Crittenden
parent 582228714e
commit ce72b59f55

View File

@ -327,7 +327,7 @@ class automountmap_add_indirect(LDAPCreate):
"""
Create new indirect mount point.
"""
takes_options = (
takes_options = LDAPCreate.takes_options + (
Str('key',
cli_name='mount',
doc='mount point',