aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-11-17 16:02:30 +0100
committerFabian Groffen <grobian@gentoo.org>2019-11-17 16:02:30 +0100
commitf9eef8946dee223de1115e572633a7ddefa3197c (patch)
treed25fd081605a9f204bb782179966311c6443140a /man
parentlibq/tree: add support for binpgks and Packages file (diff)
downloadportage-utils-f9eef8946dee223de1115e572633a7ddefa3197c.tar.gz
portage-utils-f9eef8946dee223de1115e572633a7ddefa3197c.tar.bz2
portage-utils-f9eef8946dee223de1115e572633a7ddefa3197c.zip
qlist: add -k option to operate on binpkgs
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/include/qlist.desc3
-rw-r--r--man/include/qlist.optdesc.yaml2
2 files changed, 4 insertions, 1 deletions
diff --git a/man/include/qlist.desc b/man/include/qlist.desc
index e02d971c..e26d63d7 100644
--- a/man/include/qlist.desc
+++ b/man/include/qlist.desc
@@ -3,4 +3,5 @@ package. Alternatively, lists whether a package is installed,
optionally with version, USE-flag, SLOT or REPO information. The
\fIpkgname\fR to query for does not have to be an exact match, it may be
part of it, e.g.\ an entire category, or any package with some string in
-its name.
+its name. When no packages are given to match, \fIqlist\fR lists all
+installed packages.
diff --git a/man/include/qlist.optdesc.yaml b/man/include/qlist.optdesc.yaml
index 5fff904b..30d84462 100644
--- a/man/include/qlist.optdesc.yaml
+++ b/man/include/qlist.optdesc.yaml
@@ -1,6 +1,8 @@
installed: |
Instead of listing the contents of a package, just print the package
name if the package is currently installed.
+binpkgs: |
+ Operate on binary packages instead of installed packges.
umap: |
List USE-flags enabled when the package was installed. This flag
implies \fB\-I\fR.