aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-04-03 15:39:15 +0200
committerFabian Groffen <grobian@gentoo.org>2018-04-03 15:39:15 +0200
commitea69f8fc6eb1e1ee71eea57b938eac631dedb4de (patch)
tree947cde7f58247db7603ae821449a88f84e3fc3e4 /qsize.c
parentqsize: use make_human_readable_str to format sizes by default (diff)
downloadportage-utils-ea69f8fc6eb1e1ee71eea57b938eac631dedb4de.tar.gz
portage-utils-ea69f8fc6eb1e1ee71eea57b938eac631dedb4de.tar.bz2
portage-utils-ea69f8fc6eb1e1ee71eea57b938eac631dedb4de.zip
qsize: improve documentation
Bug: https://bugs.gentoo.org/645554
Diffstat (limited to 'qsize.c')
-rw-r--r--qsize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/qsize.c b/qsize.c
index c485aa6..78b8f88 100644
--- a/qsize.c
+++ b/qsize.c
@@ -23,9 +23,9 @@ static const char * const qsize_opts_help[] = {
"Show size used on disk",
"Include a summary",
"Show just the summary",
- "Display size in megabytes",
- "Display size in kilobytes",
- "Display size in bytes",
+ "Display all sizes in megabytes",
+ "Display all sizes in kilobytes",
+ "Display all sizes in bytes",
"Ignore regexp string",
COMMON_OPTS_HELP
};