diff options
Diffstat (limited to 'src/echo.c')
-rw-r--r-- | src/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/echo.c b/src/echo.c index 345070a87..d1d4f4c00 100644 --- a/src/echo.c +++ b/src/echo.c @@ -92,7 +92,7 @@ Without -E, the following sequences are recognized and interpolated:\n\ \\t horizontal tab\n\ \\v vertical tab\n\ ")); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |