summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-09-02 15:52:45 +0000
committerJim Meyering <jim@meyering.net>1996-09-02 15:52:45 +0000
commite9d17da073b02fd80d42dd0dd7936a947a8e8aef (patch)
tree0d63af5cfd0cf3820b985c4f5783747f93dc0209 /src/expr.c
parent82e99127d290b9fa4e5c7f8ce8268c86aa366ed7 (diff)
downloadcoreutils-e9d17da073b02fd80d42dd0dd7936a947a8e8aef.tar.xz
(usage): Tell where to report bugs.
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.c b/src/expr.c
index a91c9528e..a82ea9c7c 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -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);
}