]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in --help output
authorJim Meyering <jim@meyering.net>
Sun, 22 Apr 2001 11:44:56 +0000 (11:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Apr 2001 11:44:56 +0000 (11:44 +0000)
src/dd.c

index 22fc69ca6af847a065f84a4c6842acf1f242f2ac..a271fdce3fcd2b0b38343c7ac48637fd29983d67 100644 (file)
--- 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 <bug-fileutils@gnu.org>."));
     }