summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-22 11:44:56 +0000
committerJim Meyering <jim@meyering.net>2001-04-22 11:44:56 +0000
commit493d736f7d921bf19672f78c3d8c7df64801bd6e (patch)
treee8dd576089a0daead302a9c8117cdd29e5b279e7 /src
parent782f4e9842f8b9c0eef247bb892c4db2867bbccc (diff)
downloadcoreutils-493d736f7d921bf19672f78c3d8c7df64801bd6e.tar.xz
fix typo in --help output
Diffstat (limited to 'src')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 22fc69ca6..a271fdce3 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 <bug-fileutils@gnu.org>."));
}