aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-03 15:13:21 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-03 15:13:21 +0200
commit81df4a8cfbd2998e43842440bb2d57d620b6ff7d (patch)
treeb97828753b1c2ce18f058610d6b18e65cf9fad97 /qsearch.c
parentqpkg: improve documentation (diff)
downloadportage-utils-81df4a8cfbd2998e43842440bb2d57d620b6ff7d.tar.gz
portage-utils-81df4a8cfbd2998e43842440bb2d57d620b6ff7d.tar.bz2
portage-utils-81df4a8cfbd2998e43842440bb2d57d620b6ff7d.zip
qsearch: improve documentation
Bug: https://bugs.gentoo.org/645554
Diffstat (limited to 'qsearch.c')
-rw-r--r--qsearch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/qsearch.c b/qsearch.c
index a620f95..4fce4de 100644
--- a/qsearch.c
+++ b/qsearch.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2014 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
*
* Copyright 2005-2010 Ned Ludd - <solar@gentoo.org>
@@ -21,8 +21,8 @@ static struct option const qsearch_long_opts[] = {
};
static const char * const qsearch_opts_help[] = {
"List the descriptions of every package in the cache",
- "Use the portage cache (default)",
- "Use the portage ebuild tree",
+ "Use the portage cache",
+ "Use the portage ebuild tree (default)",
"Regex search package basenames",
"Regex search package descriptions",
"Only show package name",