misc: hide the unused --all option of env and plugins in CLI

https://fedorahosted.org/freeipa/ticket/4739

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Jan Cholasta 2016-06-02 10:55:48 +02:00
parent 2f7df393fd
commit f5fd2b8750

View File

@ -50,7 +50,7 @@ class env(LocalOrRemote):
cli_name='all',
doc=_('retrieve and print all attributes from the server. Affects command output.'),
exclude='webui',
flags=['no_output'],
flags=['no_option', 'no_output'],
default=True,
),
)
@ -118,7 +118,7 @@ class plugins(LocalOrRemote):
cli_name='all',
doc=_('retrieve and print all attributes from the server. Affects command output.'),
exclude='webui',
flags=['no_output'],
flags=['no_option', 'no_output'],
default=True,
),
)