From f9eef8946dee223de1115e572633a7ddefa3197c Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 17 Nov 2019 16:02:30 +0100 Subject: qlist: add -k option to operate on binpkgs Signed-off-by: Fabian Groffen --- man/include/qlist.desc | 3 ++- man/include/qlist.optdesc.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'man') 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. -- cgit v1.2.3-65-gdbad