diff options
Diffstat (limited to 'src/nl.c')
-rw-r--r-- | src/nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ FORMAT is one of:\n\ rz right justified, leading zeros\n\ \n\ "), stdout); - puts (_("\nReport bugs to <bug-textutils@gnu.org>.")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |