diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-29 05:05:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-29 05:05:57 +0000 |
commit | 7e294bac78706d2722fc783f7503222808f1c43a (patch) | |
tree | 7393b3570c9e8554e4eff272020f38d48388d338 /src/dd.c | |
parent | 3d672b27ca043b0ebdd7166cf82286bb8b2aa141 (diff) | |
download | coreutils-7e294bac78706d2722fc783f7503222808f1c43a.tar.xz |
(usage): Tell where to report bugs.
Diffstat (limited to 'src/dd.c')
-rw-r--r-- | src/dd.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1116,7 +1116,9 @@ by w for x2, by b for x512, by k for x1024. Each KEYWORD may be:\n\ ucase change lower case to upper case\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\n")); + sync pad every input block with NULs to ibs-size\n\ +")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n")); } exit (status); } |