summaryrefslogtreecommitdiff
path: root/src/chmod.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-01 04:24:08 +0000
committerJim Meyering <jim@meyering.net>1997-02-01 04:24:08 +0000
commita882d55b5246251a558ad2c05c5547b76a8f0efb (patch)
tree879748321773ca97caa27b6bcd17de8f3c6384e8 /src/chmod.c
parent899a90bfd951946003f3aa7932d0467de5d12c5f (diff)
downloadcoreutils-a882d55b5246251a558ad2c05c5547b76a8f0efb.tar.xz
bracket bug address with <> and append a period
Diffstat (limited to 'src/chmod.c')
-rw-r--r--src/chmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chmod.c b/src/chmod.c
index 40f5e2877..11a1d3eb5 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -231,7 +231,7 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
one or more of the letters rwxXstugo.\n\
"));
- puts (_("\nReport bugs to fileutils-bugs@gnu.ai.mit.edu"));
+ puts (_("\nReport bugs to <fileutils-bugs@gnu.ai.mit.edu>."));
}
exit (status);
}