Fix output of env plugin. It displayed more than it should.

This commit is contained in:
Pavel Zuna
2010-03-24 12:18:54 +01:00
committed by Rob Crittenden
parent c6e6fa758e
commit e143c22d69

View File

@@ -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,
) )