From: Jim Meyering Date: Thu, 10 Jul 2003 19:39:04 +0000 (+0000) Subject: (usage): Use 1024*1024 in place of 1048576. X-Git-Tag: v5.0.1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d574f4a249f369f1809341cf6cd21686c8996fb5;p=thirdparty%2Fcoreutils.git (usage): Use 1024*1024 in place of 1048576. --- diff --git a/src/head.c b/src/head.c index 5a4943f32c..b685cd85bb 100644 --- a/src/head.c +++ b/src/head.c @@ -164,7 +164,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ -N may have a multiplier suffix: b for 512, k for 1024, m for 1048576 (1 Meg)\n\ +N may have a multiplier suffix: b 512, k 1024, m 1024*1024.\n\ "), stdout); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } diff --git a/src/tail.c b/src/tail.c index b923085d1a..b994868a07 100644 --- a/src/tail.c +++ b/src/tail.c @@ -283,7 +283,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ If the first character of N (the number of bytes or lines) is a `+',\n\ print beginning with the Nth item from the start of each file, otherwise,\n\ print the last N items in the file. N may have a multiplier suffix:\n\ -b for 512, k for 1024, m for 1048576 (1 Meg).\n\ +b 512, k 1024, m 1024*1024.\n\ \n\ "), stdout); fputs (_("\