]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Don't use `,' as the thousands separator
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:12:43 +0000 (09:12 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 09:12:43 +0000 (09:12 +0000)
in e.g. 1,000,000 and 1,048,576.  Instead, do this:
`SIZE may be ..., MB 1000*1000, M 1024*1024 and so on...'

src/dd.c
src/df.c
src/ls.c

index aba75fcdb75e17fbc41ef25282d3bad466a220e0..9dcc75d54792a406b748839bce79f5a5a4a9dd71 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -1,5 +1,5 @@
 /* dd -- convert a file while copying it.
-   Copyright (C) 85, 90, 91, 1995-2002 Free Software Foundation, Inc.
+   Copyright (C) 85, 90, 91, 1995-2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -307,8 +307,8 @@ Copy a file, converting and formatting according to the options.\n\
       fputs (_("\
 \n\
 BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
-xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1,000,000, M 1,048,576,\n\
-GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y.\n\
+xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n\
+GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n\
 Each KEYWORD may be:\n\
 \n\
 "), stdout);
index 06eefc9ef207f8229020cf5cfe945d67a01ac12e..0a9574d928d1c7fffa97449f09e4f0ab3db1a75d 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -741,7 +741,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\n\
 SIZE may be (or may be an integer optionally followed by) one of following:\n\
-kB 1000, K 1024, MB 1,000,000, M 1,048,576, and so on for G, T, P, E, Z, Y.\n\
+kB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.\n\
 "), stdout);
       printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
     }
index 7cbe5a8164f4901123883cf1ebbce24e55596d6c..cd6227a20101eea428a6307cc62924e24c235900 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -3876,7 +3876,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\n\
 SIZE may be (or may be an integer optionally followed by) one of following:\n\
-kB 1000, K 1024, MB 1,000,000, M 1,048,576, and so on for G, T, P, E, Z, Y.\n\
+kB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.\n\
 "), stdout);
       fputs (_("\
 \n\