summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-02-17 15:44:26 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-17 15:44:26 -0600
commit13944738d49ee420cb8b6b9eab4984b0a01b700d (patch)
tree69a3cced04d6dfd71d153072c71bd0a813135984
parentfab0d63121f0ac59996526db40b70cb1efceb306 (diff)
downloadlvm2-13944738d49ee420cb8b6b9eab4984b0a01b700d.tar.gz
man/help: fix description of r|R unit
-rw-r--r--tools/args.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/args.h b/tools/args.h
index 0575a2f54..e7a1ab26a 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -673,12 +673,11 @@ arg(unconfigured_ARG, '\0', "unconfigured", 0, 0, 0,
arg(units_ARG, '\0', "units", units_VAL, 0, 0,
"All sizes are output in these units:\n"
- "human-(r)eadable with rounding,\n"
+ "human-(r)eadable with '<' rounding indicator,\n"
"(h)uman-readable, (b)ytes, (s)ectors, (k)ilobytes, (m)egabytes,\n"
"(g)igabytes, (t)erabytes, (p)etabytes, (e)xabytes.\n"
"Capitalise to use multiples of 1000 (S.I.) instead of 1024.\n"
- "Custom units can be specified, e.g. --units 3M.\n"
- "r|R rounds numbers and displays the '<' prefix before rounded values.\n")
+ "Custom units can be specified, e.g. --units 3M.\n")
arg(unquoted_ARG, '\0', "unquoted", 0, 0, 0,
"When used with --nameprefixes, output values in the field=value\n"