aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-06-21 20:23:31 +0200
committerFabian Groffen <grobian@gentoo.org>2019-06-21 20:23:31 +0200
commit2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0 (patch)
tree6086b2094ee848490cc1d029f4c7dd3b5774b3eb /qgrep.c
parentlibq/set: drop rmspace for all inputs (diff)
downloadportage-utils-2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0.tar.gz
portage-utils-2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0.tar.bz2
portage-utils-2fd5a0ccc059a64a25aa292b7899af9e3ccf94f0.zip
qgrep: fix command descriptions
Bug: https://bugs.gentoo.org/688442 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'qgrep.c')
-rw-r--r--qgrep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/qgrep.c b/qgrep.c
index 003ead2..1f6d0de 100644
--- a/qgrep.c
+++ b/qgrep.c
@@ -47,7 +47,6 @@ static const char * const qgrep_opts_help[] = {
"Select non-matching lines",
"Ignore case distinctions",
"Print the filename for each match",
- "Print the package or eclass name for each match",
"Only print a count of matching lines per FILE",
"Only print FILE names containing matches",
"Only print FILE names containing no match",