Move bug report string to one place.
This commit is contained in:
parent
7876dd4328
commit
c20f4f8c21
24 changed files with 73 additions and 20 deletions
|
@ -283,7 +283,7 @@ usage (help)
|
|||
list_supported_targets (program_name, stderr);
|
||||
|
||||
if (help)
|
||||
fprintf (s, _("Report bugs to bug-gnu-utils@gnu.org\n"));
|
||||
fprintf (s, REPORT_BUGS_TO);
|
||||
|
||||
xexit (help ? 0 : 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue