diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-06-08 17:16:44 +0200 |
---|---|---|
committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-06-08 17:16:44 +0200 |
commit | bfd6b1bc1e842b2be66c72e385d1d4556746a375 (patch) | |
tree | 3d55371d88788254487d4ca56893d90a02189fb7 /man/bcfg2-reports.8 | |
parent | 716182d04c7ff55ff1f275de9f31a170acf9dc23 (diff) | |
download | bcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.tar.gz bcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.tar.bz2 bcfg2-bfd6b1bc1e842b2be66c72e385d1d4556746a375.zip |
bcfg2-reports: Show total numbers of entries
Add a "-t NAME" option which reports the total (and good) number of
managed entries on the host NAME. Also, allow for specifying "total",
"good", and "bad" fields via --fields and --sort.
Diffstat (limited to 'man/bcfg2-reports.8')
-rw-r--r-- | man/bcfg2-reports.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/bcfg2-reports.8 b/man/bcfg2-reports.8 index 284298a69..51399e1c9 100644 --- a/man/bcfg2-reports.8 +++ b/man/bcfg2-reports.8 @@ -69,7 +69,8 @@ pairs will be read from a file of name ARG1. KIND is the type of entry .RE .B "\-\-fields=ARG1,ARG2,..." .RS -Only displays the fields ARG1,ARG2,... (name, time, state) +Only displays the fields ARG1,ARG2,... (name, time, state, total, good, +bad) .RE .B "\-\-modifiedentry=KIND,NAME" .RS @@ -80,7 +81,7 @@ of entry (Package, Path, Service, etc). NAME is the name of the entry. .RE .B "\-\-sort=ARG1,ARG2,..." .RS -Sorts output on ARG1,ARG2,... (name, time, state) +Sorts output on ARG1,ARG2,... (name, time, state, total, good, bad) .RE .B "\-\-stale" .RS |