From: Paul Eggert Date: Sat, 12 Nov 2011 07:36:47 +0000 (-0800) Subject: * src/system.h (emit_size_note): Reword for clarity. X-Git-Tag: v8.15~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50e5d024ba04e19273b2647180210a76f377b2f1;p=platform%2Fupstream%2Fcoreutils.git * src/system.h (emit_size_note): Reword for clarity. See discussion in Bug#9939. --- diff --git a/src/system.h b/src/system.h index 926def9..1cbde92 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); }