diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-06-21 13:23:35 +0200 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-06-22 12:16:04 +0100 |
commit | 4f2e9d503821c3eadc7344a7e85400779822bf0d (patch) | |
tree | bba5e8377e7276f58edba7a1c54b270843e12562 /src | |
parent | ae5846448f73d90ba9bd01cc9edc94bc0b168e46 (diff) | |
download | coreutils-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |