aboutsummaryrefslogtreecommitdiffstats
path: root/src/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 46fe03414..a827f7548 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -147,10 +147,8 @@ Change the group membership of each FILE to GROUP.\n\
-R, --recursive operate on files and directories recursively\n\
-v, --verbose output a diagnostic for every file processed\n\
"), stdout);
- fputs (_("\
- --help display this help and exit\n\
- --version output version information and exit\n\
-"), stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
}
exit (status);