diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-05-02 11:46:57 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-02 11:58:33 +0200 |
commit | f926e13ef6202ec76ba057141933e835ee571787 (patch) | |
tree | f8c1c934821941d6aea3435d18d48c933b779e62 /man | |
parent | qlop: show unmerged packages also in pseudo emerge format with -E (diff) | |
download | portage-utils-f926e13ef6202ec76ba057141933e835ee571787.tar.gz portage-utils-f926e13ef6202ec76ba057141933e835ee571787.tar.bz2 portage-utils-f926e13ef6202ec76ba057141933e835ee571787.zip |
qlop: add -v mode to -E that displays emerge invocationv0.87
Really complete the --emerge option with --verbose to get:
% qlop -Ev
emerge -uaD @world
U sys-kernel/linux-firmware-20200421 [20200316]
N www-servers/nginx-1.18.0
D www-servers/nginx-1.17.10
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/include/qlop.optdesc.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml index 463a19d5..c6e0833a 100644 --- a/man/include/qlop.optdesc.yaml +++ b/man/include/qlop.optdesc.yaml @@ -55,3 +55,16 @@ running: | 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. +emerge: | + Immitate \fBemerge\fR(1) output, as if \fBemerge -pv\fR had been + run. This produces a list of packages that were installed (N), + upgraded (U), downgraded (UD), re-installed (R) or unmerged (D). + The list always includes the version numbers, and for up/downgrades + the previous version is listed between square brackets after the + package. When \fB-v\fR is used, the \fBemerge\fR invocations are + printed as well, to really show what happened. When concurrent + merges are present in the displayed timeframe, the output will be + hard to read. This is a limitation of the \fIemerge.log\fR format. + It is possible to combine this flag with the \fB-d\fR flag, in which + case the default behaviour of displaying the last merge (\fB-l\fR) + is disabled. |