diff options
author | 2019-07-18 20:34:19 +0200 | |
---|---|---|
committer | 2019-07-18 20:34:19 +0200 | |
commit | 94ca500baf225994b88f750262c0895553c70a8a (patch) | |
tree | 62e6650307035c08fcd91dec90767f2602d5abed /man | |
parent | applets: properly disable qtegrity when requested (diff) | |
download | portage-utils-94ca500baf225994b88f750262c0895553c70a8a.tar.gz portage-utils-94ca500baf225994b88f750262c0895553c70a8a.tar.bz2 portage-utils-94ca500baf225994b88f750262c0895553c70a8a.zip |
qlop: enhance running time indicator
Fix elapsed time mode (-t) when using -r displaying the elapsed time
also as the ETA. When using -v, display what ETA is being used (average
or longest run).
Also, better document which flags can be combined with -r.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/include/qlop.optdesc.yaml | 7 | ||||
-rw-r--r-- | man/qlop.1 | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml index 19f56db..463a19d 100644 --- a/man/include/qlop.optdesc.yaml +++ b/man/include/qlop.optdesc.yaml @@ -50,5 +50,8 @@ running: | Print operations currently in progress. An ETA is calculated based on the average for the operation. If the elapsed exceeds the average, the ETA is calculated against the longest time observed for - the operation. If the elapsed time exceeds this too, or no previous - occurrences for the operation exist, \fIunknown\fR is printed. + the operation. The \fB-v\fR flag will display which mode is + currently used. If the elapsed time also exceeds the longest time + observed, or no previous occurrences for the operation exist, + \fIunknown\fR is printed. When combined with \fB-t\fR the + elapsed time is also displayed. @@ -72,8 +72,11 @@ Report time at which the operation finished (iso started). Print operations currently in progress. An ETA is calculated based on the average for the operation. If the elapsed exceeds the average, the ETA is calculated against the longest time observed for -the operation. If the elapsed time exceeds this too, or no previous -occurrences for the operation exist, \fIunknown\fR is printed. +the operation. The \fB-v\fR flag will display which mode is +currently used. If the elapsed time also exceeds the longest time +observed, or no previous occurrences for the operation exist, +\fIunknown\fR is printed. When combined with \fB-t\fR the +elapsed time is also displayed. .TP \fB\-d\fR \fI<arg>\fR, \fB\-\-date\fR \fI<arg>\fR Limit the selection of packages to the date given, or to the range |