aboutsummaryrefslogtreecommitdiff
path: root/monitor/monitor.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-03-31 13:10:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-04-01 10:57:03 +0300
commit240ab4c02b546d60bf703ff5907c538d7d7051cd (patch)
tree3f55f299ec3a3c7530eec8fa27198062c537deeb /monitor/monitor.cli
parent00d025da3fbc001900304544e1b698245232c178 (diff)
Make brep-monitor not to update build delay report timestamps if --report-timeout is unspecified
Diffstat (limited to 'monitor/monitor.cli')
-rw-r--r--monitor/monitor.cli5
1 files changed, 4 insertions, 1 deletions
diff --git a/monitor/monitor.cli b/monitor/monitor.cli
index 33b05f7..e4d228f 100644
--- a/monitor/monitor.cli
+++ b/monitor/monitor.cli
@@ -44,7 +44,10 @@ namespace brep
\cb{brep-monitor} maintains its own state in the brep \cb{build}
database. In particular, it records timestamps of the reported package
build delays and optionally omits them from being reported again during
- the timeout specified with the \cb{--report-timeout} option.
+ the timeout specified with the \cb{--report-timeout} option. If the
+ timeout is unspecified, then the report timestamps are not updated. To
+ report all delays and still update the timestamps specify the zero
+ report timeout.
By default, a brief report is printed. Use the \cb{--full-report}
option to obtain the full report (which may be large).