summaryrefslogtreecommitdiff
path: root/src/head.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-10 19:39:04 +0000
committerJim Meyering <jim@meyering.net>2003-07-10 19:39:04 +0000
commitd574f4a249f369f1809341cf6cd21686c8996fb5 (patch)
treea09f26f1bcaaa22227bab609176a077a67fc00e7 /src/head.c
parentf5f030cd09d3950a2444ac593d50d7c98f2ffb6f (diff)
downloadcoreutils-d574f4a249f369f1809341cf6cd21686c8996fb5.tar.xz
(usage): Use 1024*1024 in place of 1048576.
Diffstat (limited to 'src/head.c')
-rw-r--r--src/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c
index 5a4943f32..b685cd85b 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);
}