summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 446384a3a..3ae143ef3 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -793,7 +793,7 @@ class LocalOrRemote(Command):
"""
takes_options = (
- Param('server', type=ipa_types.Bool(), default=False,
+ Param('server?', type=ipa_types.Bool(), default=False,
doc='Forward to server instead of running locally',
),
)