diff options
Diffstat (limited to 'src/pathchk.c')
-rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index fe3b39cb1..90f0ce105 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -366,7 +366,7 @@ Diagnose unportable constructs in NAME.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |