diff options
author | 2018-04-03 17:19:43 +0200 | |
---|---|---|
committer | 2018-04-03 17:19:43 +0200 | |
commit | 454020200171d3d921b0f7e2229d4e527e1e6b2a (patch) | |
tree | 54f28cb7f5885c89b1206b49f3703f3d497c3663 /quse.c | |
parent | qtbz2: improve documentation (diff) | |
download | portage-utils-454020200171d3d921b0f7e2229d4e527e1e6b2a.tar.gz portage-utils-454020200171d3d921b0f7e2229d4e527e1e6b2a.tar.bz2 portage-utils-454020200171d3d921b0f7e2229d4e527e1e6b2a.zip |
quse: improve documentation
Bug: https://bugs.gentoo.org/645554
Diffstat (limited to 'quse.c')
-rw-r--r-- | quse.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> @@ -26,7 +26,7 @@ static struct option const quse_long_opts[] = { }; static const char * const quse_opts_help[] = { "Show exact non regexp matching using strcmp", - "Show annoying things in IUSE", + "List all ebuilds, don't match anything", "Use the KEYWORDS vs IUSE", "Use the LICENSE vs IUSE", "Describe the USE flag", |