>From 65c39291866a0dfb66dc758b05c42c77129d9f79 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 23 Aug 2008 22:49:11 +0200 Subject: [PATCH] rmdir: use lower case in option description, and the customary indent --- src/rmdir.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rmdir.c b/src/rmdir.c index 64575b0..935792f 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -169,11 +169,11 @@ Remove the DIRECTORY(ies), if they are empty.\n\ \n\ --ignore-fail-on-non-empty\n\ ignore each failure that is solely because a directory\n\ - is non-empty\n\ + is non-empty\n\ "), stdout); fputs (_("\ - -p, --parents Remove DIRECTORY and its ancestors. E.g., `rmdir -p a/b/c' is\n\ - similar to `rmdir a/b/c a/b a'.\n\ + -p, --parents remove DIRECTORY and its ancestors; e.g., `rmdir -p a/b/c' is\n\ + similar to `rmdir a/b/c a/b a'\n\ -v, --verbose output a diagnostic for every directory processed\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); -- 1.5.6.4