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
|
@ -734,7 +734,7 @@ extension if not specified. A single file name is an input file.\n\
|
|||
No input-file is stdin, default rc. No output-file is stdout, default rc.\n"));
|
||||
list_supported_targets (program_name, stream);
|
||||
if (status == 0)
|
||||
fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
|
||||
fprintf (stream, REPORT_BUGS_TO);
|
||||
exit (status);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue