]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/system.h (emit_size_note): Reword for clarity.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Nov 2011 07:36:47 +0000 (23:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Nov 2011 07:37:04 +0000 (23:37 -0800)
See discussion in Bug#9939.

src/system.h

index 926def9570b9ef31e2e002359cc7767942d3eb45..1cbde92cdd9e2dfa7cdac6389f15100f130d1b61 100644 (file)
@@ -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);
 }