summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-06-21 13:23:35 +0200
committerPádraig Brady <P@draigBrady.com>2012-06-22 12:16:04 +0100
commit4f2e9d503821c3eadc7344a7e85400779822bf0d (patch)
treebba5e8377e7276f58edba7a1c54b270843e12562 /src
parentae5846448f73d90ba9bd01cc9edc94bc0b168e46 (diff)
downloadcoreutils-4f2e9d503821c3eadc7344a7e85400779822bf0d.tar.xz
doc: document multiplier for dd number options like count=N
* src/dd.c (usage): Add "N" to the description of multipliers. * doc/coreutils.texi (dd invocation): Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index d93733683..2ebbfae86 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -540,7 +540,7 @@ Copy a file, converting and formatting according to the operands.\n\
"), stdout);
fputs (_("\
\n\
-BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
+N, BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\
c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M\n\
GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.\n\
\n\