summaryrefslogtreecommitdiff
path: root/src/numfmt.c
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2013-02-05 11:04:41 -0500
committerPádraig Brady <P@draigBrady.com>2013-02-05 16:16:19 +0000
commit6a404ec16555bc0757ff06d99af96c12bfbc235e (patch)
treec5f7ebe218ec90c5441a8b6b26f04beb87594575 /src/numfmt.c
parent4b84062d66d395be290312053701e6d11cd3d9cc (diff)
downloadcoreutils-6a404ec16555bc0757ff06d99af96c12bfbc235e.tar.xz
doc: fix a numfmt help section typo
* src/numfmt.c (usage): Change erroneous "G" to "M".
Diffstat (limited to 'src/numfmt.c')
-rw-r--r--src/numfmt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/numfmt.c b/src/numfmt.c
index cccd1d12a..e42cbf86b 100644
--- a/src/numfmt.c
+++ b/src/numfmt.c
@@ -856,19 +856,19 @@ UNIT options:\n\
auto Accept optional single-letter/two-letter suffix:\n\
1K = 1000\n\
1Ki = 1024\n\
- 1G = 1000000\n\
- 1Gi = 1048576\n\
+ 1M = 1000000\n\
+ 1Mi = 1048576\n\
si Accept optional single letter suffix:\n\
1K = 1000\n\
- 1G = 1000000\n\
+ 1M = 1000000\n\
...\n\
iec Accept optional single letter suffix:\n\
1K = 1024\n\
- 1G = 1048576\n\
+ 1M = 1048576\n\
...\n\
iec-i Accept optional two-letter suffix:\n\
1Ki = 1024\n\
- 1Gi = 1048576\n\
+ 1Mi = 1048576\n\
...\n\
\n\
"), stdout);