mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Fix output of env plugin. It displayed more than it should.
This commit is contained in:
parent
c6e6fa758e
commit
e143c22d69
@ -48,10 +48,12 @@ class env(LocalOrRemote):
|
||||
Output('total',
|
||||
type=int,
|
||||
doc=_('Total number of variables env (>= count)'),
|
||||
flags=['no_display'],
|
||||
),
|
||||
Output('count',
|
||||
type=int,
|
||||
doc=_('Number of variables returned (<= total)'),
|
||||
flags=['no_display'],
|
||||
),
|
||||
summary,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user