diff options
Diffstat (limited to 'src/rmdir.c')
-rw-r--r-- | src/rmdir.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rmdir.c b/src/rmdir.c index 8276816a6..cebeac316 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -155,10 +155,8 @@ Remove the DIRECTORY(ies), if they are empty.\n\ similar to `rmdir a/b/c a/b a'.\n\ -v, --verbose output a diagnostic for every directory 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); |