diff options
Diffstat (limited to 'src/seq.c')
-rw-r--r-- | src/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ INCREMENT should be positive if FIRST is smaller than LAST, and negative\n\ otherwise. When given, the FORMAT argument must contain exactly one of\n\ the printf-style, floating point output formats %e, %f, %g\n\ "), stdout); - puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); } |