summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
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);
}