From: Jim Meyering Date: Sat, 13 Dec 1997 17:01:54 +0000 (+0000) Subject: (usage): Mention that `notrunc' is a conv= option. X-Git-Tag: FILEUTILS-3_16g~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75ca19d76eb25f7d561a943795bf2e5bd5b5952;p=thirdparty%2Fcoreutils.git (usage): Mention that `notrunc' is a conv= option. Reported by Miles Bader. --- diff --git a/src/dd.c b/src/dd.c index 4a1189d00d..9b680ecc70 100644 --- a/src/dd.c +++ b/src/dd.c @@ -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\