diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-09 11:51:26 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-09 11:51:26 +0200 |
commit | c0b88fe2b32679f1548a280d906b82b1651cd804 (patch) | |
tree | 2dd61e008160317815de15d71dda3e26bce11e4e /man/include | |
parent | qfile: fix atom_compare invocation and input (diff) | |
download | portage-utils-c0b88fe2b32679f1548a280d906b82b1651cd804.tar.gz portage-utils-c0b88fe2b32679f1548a280d906b82b1651cd804.tar.bz2 portage-utils-c0b88fe2b32679f1548a280d906b82b1651cd804.zip |
qgrep: print filename for matches by default, fix atom_compare call
remove very similar vdb callback in favour of generic tree one
format atoms using atom_format for consistency and ease of use
retrieve full atoms when SLOT or REPO matches are attempted
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man/include')
-rw-r--r-- | man/include/qgrep.optdesc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/include/qgrep.optdesc.yaml b/man/include/qgrep.optdesc.yaml index ad3874d..9716bf0 100644 --- a/man/include/qgrep.optdesc.yaml +++ b/man/include/qgrep.optdesc.yaml @@ -1,4 +1,4 @@ verbose: | 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. +quiet: Do not prefix each match with filename. |