summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-06-07 13:22:00 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-06-07 13:22:00 +0200
commit716182d04c7ff55ff1f275de9f31a170acf9dc23 (patch)
tree90802ff90080088f0dc8a4b26b2cd9c7d53e3796 /man
parent3fdaa9f7baf648ed6e4fa70e892605147cf9252e (diff)
downloadbcfg2-716182d04c7ff55ff1f275de9f31a170acf9dc23.tar.gz
bcfg2-716182d04c7ff55ff1f275de9f31a170acf9dc23.tar.bz2
bcfg2-716182d04c7ff55ff1f275de9f31a170acf9dc23.zip
bcfg2-reports: Show modified entries
bcfg2-reports now shows modified entries if it's called with --modifiedentry, -m, or -s.
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2-reports.816
1 files changed, 14 insertions, 2 deletions
diff --git a/man/bcfg2-reports.8 b/man/bcfg2-reports.8
index bc4c9344b..284298a69 100644
--- a/man/bcfg2-reports.8
+++ b/man/bcfg2-reports.8
@@ -39,10 +39,15 @@ of NAME. NAME is the name of the entry.
.RS
Shows help and usage info about bcfg2-reports.
.RE
+.B "\-m NAME"
+.RS
+Single-host mode \- shows modified entries from the current interaction
+of NAME. NAME is the name of the entry.
+.RE
.B "\-s NAME"
.RS
-Single host mode \- shows bad and extra entries from the current
-interaction of NAME. NAME is the name of the entry.
+Single host mode \- shows bad, modified, and extra entries from the
+current interaction of NAME. NAME is the name of the entry.
.RE
.B "\-x NAME"
.RS
@@ -66,6 +71,13 @@ pairs will be read from a file of name ARG1. KIND is the type of entry
.RS
Only displays the fields ARG1,ARG2,... (name, time, state)
.RE
+.B "\-\-modifiedentry=KIND,NAME"
+.RS
+Shows only hosts whose current interaction has modified 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. KIND is the type
+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)