diff options
author | 2019-09-10 20:21:51 +0200 | |
---|---|---|
committer | 2019-09-10 20:21:51 +0200 | |
commit | 3dc607a8a6cfd3bafbc2f10d9a7c3aae90c3a757 (patch) | |
tree | 6ca61eb556ba06c93544f41998e4c040ca6bdb85 /man | |
parent | qlop: ignore empty runs for -l (lastrun) (diff) | |
download | portage-utils-3dc607a8a6cfd3bafbc2f10d9a7c3aae90c3a757.tar.gz portage-utils-3dc607a8a6cfd3bafbc2f10d9a7c3aae90c3a757.tar.bz2 portage-utils-3dc607a8a6cfd3bafbc2f10d9a7c3aae90c3a757.zip |
qlop: add mode to print last run in a similar way like emerge(1) does
For example, the output could be like this, showing upgrade information:
% ./qlop -E -t
U app-shells/bash-5.0_p11 [5.0_p9-r0]: 2′38″
U app-admin/eselect-1.4.15 [1.4.14-r0]: 19s
U sys-libs/talloc-2.3.0 [2.2.0-r0]: 1′56″
U app-portage/prefix-toolkit-5 [4-r0]: 10s
U dev-python/cryptography-2.7 [2.6.1-r0]: 1′59″
U net-dns/bind-tools-9.14.5 [9.14.4-r0]: 4′17″
R dev-python/sphinxcontrib-applehelp-1.0.1: 28s
R dev-python/sphinxcontrib-devhelp-1.0.1: 27s
R dev-python/sphinxcontrib-jsmath-1.0.1: 25s
R dev-python/sphinxcontrib-htmlhelp-1.0.2: 28s
R dev-python/sphinxcontrib-serializinghtml-1.1.3: 28s
R dev-python/sphinxcontrib-qthelp-1.0.2: 28s
U dev-python/sphinx-2.0.1 [1.7.5-r1]: 1′13″
U net-mail/notmuch-0.29.1-r1 [0.28.4-r0]: 1′00″
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/qlop.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qlop "1" "Jul 2019" "Gentoo Foundation" "qlop" +.TH qlop "1" "Sep 2019" "Gentoo Foundation" "qlop" .SH NAME qlop \- emerge log analyzer .SH SYNOPSIS @@ -65,6 +65,9 @@ Show autoclean unmerge history. \fB\-s\fR, \fB\-\-sync\fR Show sync history. .TP +\fB\-E\fR, \fB\-\-emerge\fR +Show last merge like how emerge(1) -v would show it. +.TP \fB\-e\fR, \fB\-\-endtime\fR Report time at which the operation finished (iso started). .TP |