From 26b9374ee23d16b3957b6ebc0cd80f53b22a4d16 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Sun, 14 Jul 2019 15:30:06 +0200 Subject: 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 --- man/include/quse.optdesc.yaml | 11 ++++++----- man/quse.1 | 14 +++++++++----- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'man') diff --git a/man/include/quse.optdesc.yaml b/man/include/quse.optdesc.yaml index 693aade5..71fcd2d0 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 a30e189a..8306ca58 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\fR, \fB\-\-package\fR \fI\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\fR, \fB\-\-format\fR \fI\fR +Print matched atom using given format string. +.TP \fB\-\-root\fR \fI\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 -- cgit v1.2.3-65-gdbad