diff options
Diffstat (limited to 'src/expr.c')
-rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index fa980f6f2..cb97c207b 100644 --- a/src/expr.c +++ b/src/expr.c @@ -144,7 +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")); + puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu")); } exit (status); } |