diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-13 17:01:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-13 17:01:54 +0000 |
commit | d75ca19d76eb25f7d561a943795bf2e5bd5b5952 (patch) | |
tree | 0743b61c92604df05f5dff4bd3796c4e7287b8d0 | |
parent | 587a9df786faa9bdc5e8451935c79b5907dd1d55 (diff) | |
download | coreutils-d75ca19d76eb25f7d561a943795bf2e5bd5b5952.tar.xz |
(usage): Mention that `notrunc' is a conv= option.
Reported by Miles Bader.
-rw-r--r-- | src/dd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1166,6 +1166,7 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\ block pad newline-terminated records with spaces to cbs-size\n\ unblock replace trailing spaces in cbs-size records with newline\n\ lcase change upper case to lower case\n\ + notrunc do not truncate the output file\n\ ucase change lower case to upper case\n\ swab swap every pair of input bytes\n\ noerror continue after read errors\n\ |