From 9de56d43f054bc5e509e38bda1a048e5af6d73d7 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Fri, 14 Nov 2008 21:58:39 -0700 Subject: env plugin now subclasses from RemoteOrLocal --- ipalib/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/frontend.py') 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', ), ) -- cgit