diff options
Diffstat (limited to 'ipalib/plugins/batch.py')
-rw-r--r-- | ipalib/plugins/batch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py index f6f662f28..a5907791d 100644 --- a/ipalib/plugins/batch.py +++ b/ipalib/plugins/batch.py @@ -54,7 +54,7 @@ from ipalib.text import _ from ipapython.version import API_VERSION class batch(Command): - INTERNAL = True + NO_CLI = True takes_args = ( List('methods?', |