diff options
author | 2019-06-12 11:11:44 +0200 | |
---|---|---|
committer | 2019-06-12 11:11:44 +0200 | |
commit | 753605792fab143ded32ebabbf85cc840151f0d2 (patch) | |
tree | 890815c9fbf0c4b9b2b7b079dbc9d706400505e4 /man | |
parent | man/mkman: skip generation for applets that aren't enabled (diff) | |
download | portage-utils-753605792fab143ded32ebabbf85cc840151f0d2.tar.gz portage-utils-753605792fab143ded32ebabbf85cc840151f0d2.tar.bz2 portage-utils-753605792fab143ded32ebabbf85cc840151f0d2.zip |
quse: add mode for querying installed packages (only)
Instead of traversing the tree(s), look in the VDB (= installed
packages). While doing this, when using -v, we can print the enabled
flags next to the flag and its description, as with `equery uses'.
Bug: https://bugs.gentoo.org/656550
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/include/quse.optdesc.yaml | 4 | ||||
-rw-r--r-- | man/quse.1 | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/man/include/quse.optdesc.yaml b/man/include/quse.optdesc.yaml index 79a98fa..693aade 100644 --- a/man/include/quse.optdesc.yaml +++ b/man/include/quse.optdesc.yaml @@ -4,3 +4,7 @@ verbose: | Also shows problems encountered during parsing. These are mostly diagnostic and indicate possible incorrectness in the results. quiet: Ignored for compatibility with other qapplets. +installed: | + Only search installed packages. Together with \fB-v\fR this shows + USE-flags and their descriptions, and currently enabled flags + prefixed with an asterisk (\fI*\fR). @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH quse "1" "May 2019" "Gentoo Foundation" "quse" +.TH quse "1" "Jun 2019" "Gentoo Foundation" "quse" .SH NAME quse \- find pkgs using useflags .SH SYNOPSIS @@ -22,6 +22,11 @@ Use the LICENSE vs IUSE. \fB\-D\fR, \fB\-\-describe\fR Describe the USE flag. .TP +\fB\-I\fR, \fB\-\-installed\fR +Only search installed packages. Together with \fB-v\fR this shows +USE-flags and their descriptions, and currently enabled flags +prefixed with an asterisk (\fI*\fR). +.TP \fB\-p\fR \fI<arg>\fR, \fB\-\-package\fR \fI<arg>\fR Restrict matching to package or category. .TP |