summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-11 23:36:47 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-11 23:37:04 -0800
commit50e5d024ba04e19273b2647180210a76f377b2f1 (patch)
treec30ceae964fba024f208f3f35e0d9bcb5574e6f2 /src/system.h
parent448718c123838891500afa7fbda06335e7258592 (diff)
downloadcoreutils-50e5d024ba04e19273b2647180210a76f377b2f1.tar.xz
* src/system.h (emit_size_note): Reword for clarity.
See discussion in Bug#9939.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 926def957..1cbde92cd 100644
--- a/src/system.h
+++ b/src/system.h
@@ -516,7 +516,7 @@ static inline void
emit_size_note (void)
{
fputs (_("\n\
-SIZE may be (or may be an integer optionally followed by) one of following:\n\
+SIZE is an integer with an optional suffix (example: 10MB). Suffixes are:\n\
KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.\n\
"), stdout);
}