diff options
author | 2019-05-02 10:27:49 +0200 | |
---|---|---|
committer | 2019-05-02 10:27:49 +0200 | |
commit | da9cb1c25e743601521274130e023f82dab1621e (patch) | |
tree | 288387ab37b153d079b0290230331048f32f240b /man/quse.1 | |
parent | TODO: add/refine some tasks (diff) | |
download | portage-utils-da9cb1c25e743601521274130e023f82dab1621e.tar.gz portage-utils-da9cb1c25e743601521274130e023f82dab1621e.tar.bz2 portage-utils-da9cb1c25e743601521274130e023f82dab1621e.zip |
quse: rewrite using libc/cache
- dropped -K/KEYWORDS search, this should be done using qkeywords (qcache)
- unified colouring/naming packages
- added listing per package mode (-v)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man/quse.1')
-rw-r--r-- | man/quse.1 | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -1,12 +1,12 @@ .\" generated by mkman.py, please do NOT edit! -.TH quse "1" "Apr 2019" "Gentoo Foundation" "quse" +.TH quse "1" "May 2019" "Gentoo Foundation" "quse" .SH NAME quse \- find pkgs using useflags .SH SYNOPSIS .B quse \fI[opts] <useflag>\fR .SH DESCRIPTION -\fIquse\fR searches in ebuilds for a match in IUSE, KEYWORDS or LICENSE. +\fIquse\fR searches in ebuilds for a match in IUSE or LICENSE. It can also search for USE-flags and show their descriptions. .SH OPTIONS .TP @@ -16,30 +16,21 @@ Search for exact string, e.g.\ do not use regular expression matching. \fB\-a\fR, \fB\-\-all\fR List all ebuilds, don't match anything. .TP -\fB\-K\fR, \fB\-\-keywords\fR -Use the KEYWORDS vs IUSE. -.TP \fB\-L\fR, \fB\-\-license\fR Use the LICENSE vs IUSE. .TP \fB\-D\fR, \fB\-\-describe\fR Describe the USE flag. .TP -\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR -Advanced option to manually override the variable searched for in -ebuilds. By default, the search is \fIIUSE=\fR, the \fB\-K\fR and -\fB\-L\fR override that to \fIKEYWORDS=\fR and \fILICENSE=\fR -respectively. This option, sets the search to any variable. Note -that the equals sign is part of the search, and needs to be set. -.TP -\fB\-N\fR, \fB\-\-name\-only\fR -Only show package name. +\fB\-p\fR \fI<arg>\fR, \fB\-\-package\fR \fI<arg>\fR +Restrict matching to package or category. .TP \fB\-\-root\fR \fI<arg>\fR Set the ROOT env var. .TP \fB\-v\fR, \fB\-\-verbose\fR -Show problems encountered during parsing. These are mostly +Show descriptions for USE-flags for packages that match the search. +Also shows problems encountered during parsing. These are mostly diagnostic and indicate possible incorrectness in the results. .TP \fB\-q\fR, \fB\-\-quiet\fR |