diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-22 11:44:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-22 11:44:56 +0000 |
commit | 493d736f7d921bf19672f78c3d8c7df64801bd6e (patch) | |
tree | e8dd576089a0daead302a9c8117cdd29e5b279e7 | |
parent | 782f4e9842f8b9c0eef247bb892c4db2867bbccc (diff) | |
download | coreutils-493d736f7d921bf19672f78c3d8c7df64801bd6e.tar.xz |
fix typo in --help output
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>.")); } |