summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-29 05:05:57 +0000
committerJim Meyering <jim@meyering.net>1996-08-29 05:05:57 +0000
commit7e294bac78706d2722fc783f7503222808f1c43a (patch)
tree7393b3570c9e8554e4eff272020f38d48388d338 /src/chown.c
parent3d672b27ca043b0ebdd7166cf82286bb8b2aa141 (diff)
downloadcoreutils-7e294bac78706d2722fc783f7503222808f1c43a.tar.xz
(usage): Tell where to report bugs.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 905fa67d3..84ea3d6cd 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -249,7 +249,9 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\
--version output version information and exit\n\
\n\
Owner is unchanged if missing. Group is unchanged if missing, but changed\n\
-to login group if implied by a period. A colon may replace the period.\n"));
+to login group if implied by a period. A colon may replace the period.\n\
+"));
+ puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n"));
}
exit (status);
}