aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-12 11:11:44 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-12 11:11:44 +0200
commit753605792fab143ded32ebabbf85cc840151f0d2 (patch)
tree890815c9fbf0c4b9b2b7b079dbc9d706400505e4 /man
parentman/mkman: skip generation for applets that aren't enabled (diff)
downloadportage-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.yaml4
-rw-r--r--man/quse.17
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).
diff --git a/man/quse.1 b/man/quse.1
index 7f559fd..0a031ba 100644
--- a/man/quse.1
+++ b/man/quse.1
@@ -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