diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-04-28 09:57:05 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-04-28 09:57:05 +0200 |
commit | c5aba3a0bd055688120dbabb9c3826ed46ffc795 (patch) | |
tree | d3cb8a6749eb8a9d63d2ea8ad901eee90ac91596 /man/include | |
parent | main.h: include limits.h for Linux PATH_MAX (diff) | |
download | portage-utils-c5aba3a0bd055688120dbabb9c3826ed46ffc795.tar.gz portage-utils-c5aba3a0bd055688120dbabb9c3826ed46ffc795.tar.bz2 portage-utils-c5aba3a0bd055688120dbabb9c3826ed46ffc795.zip |
qgrep: rewrite using libq/vdb and libq/cache
(re)use the traversion logic from libq instead of re-implementing this.
Additional benefits are less code and usage of metadata when available.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man/include')
-rw-r--r-- | man/include/qgrep.desc | 9 | ||||
-rw-r--r-- | man/include/qgrep.optdesc.yaml | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/man/include/qgrep.desc b/man/include/qgrep.desc index c95d35a7..98bcc09b 100644 --- a/man/include/qgrep.desc +++ b/man/include/qgrep.desc @@ -1,3 +1,6 @@ -\fIqgrep\fR searches for a given pattern in all ebuilds of the current -portage tree. Optionally the search is in all eclasses, or just in the -ebuilds that are currently installed. +\fIqgrep\fR searches for a given expression in all ebuilds of the +current portage tree and defined additional overlays. Optionally the +search is in all eclasses, or just in the ebuilds that are currently +installed. To narrow the search, multiple targets can be given using +atom syntax. In particular, the trailing slash (/) syntax can be used +to match an entire category. See also \fIqatom\fR(1). diff --git a/man/include/qgrep.optdesc.yaml b/man/include/qgrep.optdesc.yaml index 87b174e2..ad3874d2 100644 --- a/man/include/qgrep.optdesc.yaml +++ b/man/include/qgrep.optdesc.yaml @@ -1,5 +1,4 @@ verbose: | - Print multiple matches per files. When this option is given - multiple times, also linenumber are printed for matches next to file - names. + Prefix each matching line with filename (like \fB-H\fR). When this + option is given multiple times, also linenumbers are printed. quiet: Ignored for compatibility with other qapplets. |