aboutsummaryrefslogtreecommitdiffstats
path: root/src/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index fee3aa58c..9f998547a 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -153,6 +153,13 @@ one takes effect.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
+ printf (_("\
+\n\
+Examples:\n\
+ %s staff /u Change the group of /u to \"staff\".\n\
+ %s -hR staff /u Change the group of /u and subfiles to \"staff\".\n\
+"),
+ program_name, program_name);
printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);