aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-11-06 18:07:17 +0000
committerNed Ludd <solar@gentoo.org>2005-11-06 18:07:17 +0000
commitb0701d976813a1c836e247da0b272735c3c10b45 (patch)
tree32dbab477019cee9bee03a05ad4b565fe2d19028 /man/qsearch.1
parent- dont chdir to describe use flags, Do it this way so we can describe use fla... (diff)
downloadportage-utils-b0701d976813a1c836e247da0b272735c3c10b45.tar.gz
portage-utils-b0701d976813a1c836e247da0b272735c3c10b45.tar.bz2
portage-utils-b0701d976813a1c836e247da0b272735c3c10b45.zip
- add new applet qgrep. grep alike util for ebuilds. New global -Q flag to suppress warnings and errors. Reworked quse_describe_flag() to take a 3rd arg, this allows us to reuse the function for other things. equery u <pkgspec> comes to mind. Update all the manpages.
Diffstat (limited to 'man/qsearch.1')
-rw-r--r--man/qsearch.111
1 files changed, 7 insertions, 4 deletions
diff --git a/man/qsearch.1 b/man/qsearch.1
index f044669..6219d44 100644
--- a/man/qsearch.1
+++ b/man/qsearch.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29.
-.TH qsearch "1" "September 2005" "Gentoo Foundation" "qsearch"
+.TH qsearch "1" "November 2005" "Gentoo Foundation" "qsearch"
.SH NAME
-qsearch \- manual page for qsearch compiled on Sep 24 2005
+qsearch \- manual page for qsearch compiled on Nov 6 2005
.SH SYNOPSIS
.B qsearch
\fI<regex> : search pkgname/desc\fR
.SH DESCRIPTION
-Options: \fB\-[acsSNHvChV]\fR
+Options: \fB\-[acsSNHvQChV]\fR
.TP
\fB\-a\fR, \fB\-\-all\fR
* List the descriptions of every package in the cache
@@ -31,6 +31,9 @@ Options: \fB\-[acsSNHvChV]\fR
\fB\-v\fR, \fB\-\-verbose\fR
* Make a lot of noise
.TP
+\fB\-Q\fR, \fB\-\-quiet\fR
+* Suppress warning and errors
+.TP
\fB\-C\fR, \fB\-\-nocolor\fR
* Don't output color
.TP
@@ -40,4 +43,4 @@ Options: \fB\-[acsSNHvChV]\fR
\fB\-V\fR, \fB\-\-version\fR
* Print version and exit
.PP
-$Id: qsearch.1,v 1.4 2005/09/24 18:25:03 solar Exp $
+$Id: qsearch.1,v 1.5 2005/11/06 18:07:17 solar Exp $