diff options
| author | Jim Meyering <jim@meyering.net> | 1998-09-19 17:24:05 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-09-19 17:24:05 +0000 |
| commit | 6880f434c04f7e5f49121554fdeb99bf52ba88dc (patch) | |
| tree | 0c6b9e6b76039fde463b7d589199d82e5bb9b833 /src/paste.c | |
| parent | (program_name): Declare *not* to be const. (diff) | |
| download | coreutils-6880f434c04f7e5f49121554fdeb99bf52ba88dc.tar.gz coreutils-6880f434c04f7e5f49121554fdeb99bf52ba88dc.zip | |
update bug-reporting address
Diffstat (limited to 'src/paste.c')
| -rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index 9f9850972..4136133c4 100644 --- a/src/paste.c +++ b/src/paste.c @@ -422,7 +422,7 @@ With no FILE, or when FILE is -, read standard input.\n\ --version output version information and exit\n\ \n\ ")); - puts (_("\nReport bugs to <textutils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-textutils@gnu.org>.")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |
