1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-09 10:11:34 +02:00

(usage): Tell where to report bugs.

This commit is contained in:
Jim Meyering
1996-09-02 15:52:45 +00:00
parent 82e99127d2
commit e9d17da073
29 changed files with 34 additions and 2 deletions
+1
View File
@@ -144,6 +144,7 @@ Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n\
Pattern matches return the string matched between \\( and \\) or null; if\n\
\\( and \\) are not used, they return the number of characters matched or 0.\n\
"));
puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
}
exit (status);
}