aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-07-14 11:31:21 +0200
committerFabian Groffen <grobian@gentoo.org>2019-07-14 11:31:21 +0200
commit47087590e69be3b84c299d4e69d028d8c783b14e (patch)
tree6368bfb295ab298621892f43e2db7881e270b9bc /applets.h
parentqfile add -F argument (diff)
downloadportage-utils-47087590e69be3b84c299d4e69d028d8c783b14e.tar.gz
portage-utils-47087590e69be3b84c299d4e69d028d8c783b14e.tar.bz2
portage-utils-47087590e69be3b84c299d4e69d028d8c783b14e.zip
applets: reword -v help description into what it really is
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index acc85da6..999cf7a0 100644
--- a/applets.h
+++ b/applets.h
@@ -133,7 +133,7 @@ static const struct applet_t {
{NULL, no_argument, NULL, 0x0}
#define COMMON_OPTS_HELP \
"Set the ROOT env var", \
- "Make a lot of noise", \
+ "Report full package versions, emit more elaborate output", \
"Tighter output; suppress warnings", \
"Don't output color", \
"Print this help and exit", \