diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-11-17 16:02:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-11-17 16:02:30 +0100 |
commit | f9eef8946dee223de1115e572633a7ddefa3197c (patch) | |
tree | d25fd081605a9f204bb782179966311c6443140a /man | |
parent | libq/tree: add support for binpgks and Packages file (diff) | |
download | portage-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.desc | 3 | ||||
-rw-r--r-- | man/include/qlist.optdesc.yaml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/man/include/qlist.desc b/man/include/qlist.desc index e02d971..e26d63d 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 5fff904..30d8446 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. |