summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-reports.8
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2011-01-23 22:13:10 +0100
committerFabian Affolter <fabian@bernewireless.net>2011-01-23 22:13:10 +0100
commite27c63b343167cf75571271183f3dfc22fdfe9a7 (patch)
tree4193012001c0f92faf8b354096e0e8d5969f6322 /man/bcfg2-reports.8
parentcc3d4d1aa8517dc92dff6a55893a89e4a9ac3ed2 (diff)
downloadbcfg2-e27c63b343167cf75571271183f3dfc22fdfe9a7.tar.gz
bcfg2-e27c63b343167cf75571271183f3dfc22fdfe9a7.tar.bz2
bcfg2-e27c63b343167cf75571271183f3dfc22fdfe9a7.zip
Details from #943 added
Diffstat (limited to 'man/bcfg2-reports.8')
-rw-r--r--man/bcfg2-reports.818
1 files changed, 10 insertions, 8 deletions
diff --git a/man/bcfg2-reports.8 b/man/bcfg2-reports.8
index eb9358511..b8b4cccee 100644
--- a/man/bcfg2-reports.8
+++ b/man/bcfg2-reports.8
@@ -9,7 +9,7 @@ bcfg2-reports \- Query reporting system for client status
.B bcfg2-reports
bcfg2-reports allows you to retrieve data from the database about
clients, and the states of their current interactions. It also allows
-you to change the expired/unexpired states .
+you to change the expired/unexpired states.
The utility runs as a standalone application. It does, however, use
the models from /src/lib/Server/Reports/reports/models.py.
.SH OPTIONS
@@ -21,7 +21,7 @@ Shows all hosts, including expired hosts.
.B "\-b NAME"
.RS
Single-host mode \- shows bad entries from the current interaction of
-NAME
+NAME. NAME is the name of the entry.
.RE
.B "-c\"
.RS
@@ -34,7 +34,7 @@ Shows only dirty hosts.
.B "\-e NAME"
.RS
Single host mode \- shows extra entries from the current interaction
-of NAME
+of NAME. NAME is the name of the entry.
.RE
.B "\-h"
.RS
@@ -43,23 +43,25 @@ Shows help and usage info about bcfg2-reports.
.B "\-s NAME"
.RS
Single host mode \- shows bad and extra entries from the current
-interaction of NAME.
+interaction of NAME. NAME is the name of the entry.
.RE
.B "\-x NAME"
.RS
-Toggles expired/unexpired state of NAME.
+Toggles expired/unexpired state of NAME. NAME is the name of the entry.
.RE
.B "\-\-badentry=KIND,NAME"
.RS
Shows only hosts whose current interaction has bad entries in of KIND
kind and NAME name; if a single argument ARG1 is given, then KIND,NAME
-pairs will be read from a file of name ARG1.
+pairs will be read from a file of name ARG1. KIND is the type of entry
+(Package, Path, Service, etc). NAME is the name of the entry.
.RE
-.B "\-\-extraentry=KIND,NAME "
+.B "\-\-extraentry=KIND,NAME"
.RS
Shows only hosts whose current interaction has extra entries in of KIND
kind and NAME name; if a single argument ARG1 is given, then KIND,NAME
-pairs will be read from a file of name ARG1.
+pairs will be read from a file of name ARG1. KIND is the type of entry
+(Package, Path, Service, etc). NAME is the name of the entry.
.RE
.B "\-\-fields=ARG1,ARG2,..."
.RS