diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-02 15:52:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-02 15:52:45 +0000 |
commit | e9d17da073b02fd80d42dd0dd7936a947a8e8aef (patch) | |
tree | 0d63af5cfd0cf3820b985c4f5783747f93dc0209 /src/yes.c | |
parent | 82e99127d290b9fa4e5c7f8ce8268c86aa366ed7 (diff) | |
download | coreutils-e9d17da073b02fd80d42dd0dd7936a947a8e8aef.tar.xz |
(usage): Tell where to report bugs.
Diffstat (limited to 'src/yes.c')
-rw-r--r-- | src/yes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\ \n\ --help display this help and exit\n\ --version output version information and exit\n")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status); } |