summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
committerJim Meyering <jim@meyering.net>1996-08-31 04:44:31 +0000
commitc9fff5189792774b8169ce200ba72786646e715b (patch)
tree1e86e66384646f1e3cf6028f3d6fc2c2d39628c3 /src/dd.c
parent7e294bac78706d2722fc783f7503222808f1c43a (diff)
downloadcoreutils-c9fff5189792774b8169ce200ba72786646e715b.tar.xz
(usage): remove spurious trailing \n in puts.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 34de427a8..60bfce576 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1118,7 +1118,7 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\
noerror continue after read errors\n\
sync pad every input block with NULs to ibs-size\n\
"));
- puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
+ puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
}
exit (status);
}