fputs (_("\
Remove the DIRECTORY(ies), if they are empty.\n\
\n\
+"), stdout);
+ fputs (_("\
--ignore-fail-on-non-empty\n\
- ignore each failure that is solely because a directory\n\
+ ignore each failure that is solely because a directory\n\
is non-empty\n\
+\n\
"), stdout);
fputs (_("\
- -p, --parents remove DIRECTORY and its ancestors; e.g., 'rmdir -p a/b/c' is\
+ -p, --parents remove DIRECTORY and its ancestors; e.g., 'rmdir -p a/b/c'\
\n\
- similar to 'rmdir a/b/c a/b a'\n\
- -v, --verbose output a diagnostic for every directory processed\n\
+ is similar to 'rmdir a/b/c a/b a'\n\
+\n\
+"), stdout);
+ fputs (_("\
+ -v, --verbose output a diagnostic for every directory processed\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);