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