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