diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-01-06 16:03:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-01-06 16:03:07 +0100 |
commit | 88bd510b4bd83123cd8c1c4920a8e655584ea2db (patch) | |
tree | a7a63284e127d7b0760ab3d013cc019662a06e9d /man | |
parent | quse: fix new Coverity complaints (diff) | |
download | portage-utils-88bd510b4bd83123cd8c1c4920a8e655584ea2db.tar.gz portage-utils-88bd510b4bd83123cd8c1c4920a8e655584ea2db.tar.bz2 portage-utils-88bd510b4bd83123cd8c1c4920a8e655584ea2db.zip |
qgrep: fix description for -Nv0.84
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/qgrep.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/qgrep.1 b/man/qgrep.1 index e414ba4..2d73f4c 100644 --- a/man/qgrep.1 +++ b/man/qgrep.1 @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qgrep "1" "Nov 2019" "Gentoo Foundation" "qgrep" +.TH qgrep "1" "Jan 2020" "Gentoo Foundation" "qgrep" .SH NAME qgrep \- grep in ebuilds .SH SYNOPSIS @@ -20,8 +20,8 @@ Select non-matching lines. \fB\-i\fR, \fB\-\-ignore\-case\fR Ignore case distinctions. .TP -\fB\-N\fR, \fB\-\-with\-name\fR -Print the filename for each match. +\fB\-N\fR, \fB\-\-atom\-name\fR +Print the atom instead of filename for each match. .TP \fB\-c\fR, \fB\-\-count\fR Only print a count of matching lines per FILE. |