summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index 90a73c21b..e100a1483 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -125,7 +125,7 @@ Examples:\n\
%s Copy standard input to standard output.\n\
"),
program_name, program_name);
- printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
+ emit_bug_reporting_address ();
}
exit (status);
}