From: Jim Meyering Date: Sun, 22 Apr 2001 11:44:56 +0000 (+0000) Subject: fix typo in --help output X-Git-Tag: TEXTUTILS-2_0_14~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=493d736f7d921bf19672f78c3d8c7df64801bd6e;p=thirdparty%2Fcoreutils.git fix typo in --help output --- diff --git a/src/dd.c b/src/dd.c index 22fc69ca6a..a271fdce3f 100644 --- a/src/dd.c +++ b/src/dd.c @@ -322,7 +322,7 @@ Each KEYWORD may be:\n\ swab swap every pair of input bytes\n\ noerror continue after read errors\n\ sync pad every input block with NULs to ibs-size; when used\n\ - block or unblock, pad with spaces rather than NULs\n\ + with block or unblock, pad with spaces rather than NULs\n\ ")); puts (_("\nReport bugs to .")); }