aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-07-14 15:30:06 +0200
committerFabian Groffen <grobian@gentoo.org>2019-07-14 15:30:06 +0200
commit26b9374ee23d16b3957b6ebc0cd80f53b22a4d16 (patch)
tree0bc0fa70e63ba08f272ff633958ac0787f0f4148 /man
parentbuildsys: regen (diff)
downloadportage-utils-26b9374ee23d16b3957b6ebc0cd80f53b22a4d16.tar.gz
portage-utils-26b9374ee23d16b3957b6ebc0cd80f53b22a4d16.tar.bz2
portage-utils-26b9374ee23d16b3957b6ebc0cd80f53b22a4d16.zip
quse: add -F argument, move some -v functionality to -D
-v now controls default atom formatting, as with other applets, the ability to list USE-flags, their state and description per package now is enabled by the -D (describe) flag, which incidentally also makes more sense. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r--man/include/quse.optdesc.yaml11
-rw-r--r--man/quse.114
2 files changed, 15 insertions, 10 deletions
diff --git a/man/include/quse.optdesc.yaml b/man/include/quse.optdesc.yaml
index 693aade..71fcd2d 100644
--- a/man/include/quse.optdesc.yaml
+++ b/man/include/quse.optdesc.yaml
@@ -1,10 +1,11 @@
exact: Search for exact string, e.g.\ do not use regular expression matching.
verbose: |
- Show descriptions for USE-flags for packages that match the search.
+ Show versions for packages that match the search.
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).
+describe: |
+ Describe the USE flag, when no USE-flag given and combined with
+ \fB-p\fR, lists all USE-flags with their descriptions (and enabled
+ state prefixed with an asterisk when used with \fB-I\fR) per
+ package.
diff --git a/man/quse.1 b/man/quse.1
index a30e189..8306ca5 100644
--- a/man/quse.1
+++ b/man/quse.1
@@ -20,12 +20,13 @@ List all ebuilds, don't match anything.
Use the LICENSE vs IUSE.
.TP
\fB\-D\fR, \fB\-\-describe\fR
-Describe the USE flag.
+Describe the USE flag, when no USE-flag given and combined with
+\fB-p\fR, lists all USE-flags with their descriptions (and enabled
+state prefixed with an asterisk when used with \fB-I\fR) per
+package.
.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).
+Only search installed packages.
.TP
\fB\-p\fR \fI<arg>\fR, \fB\-\-package\fR \fI<arg>\fR
Restrict matching to package or category.
@@ -33,11 +34,14 @@ Restrict matching to package or category.
\fB\-R\fR, \fB\-\-repo\fR
Show repository the ebuild originates from.
.TP
+\fB\-F\fR \fI<arg>\fR, \fB\-\-format\fR \fI<arg>\fR
+Print matched atom using given format string.
+.TP
\fB\-\-root\fR \fI<arg>\fR
Set the ROOT env var.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
-Show descriptions for USE-flags for packages that match the search.
+Show versions for packages that match the search.
Also shows problems encountered during parsing. These are mostly
diagnostic and indicate possible incorrectness in the results.
.TP