mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
2f7df393fd
commit
f5fd2b8750
@ -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,
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user