diff options
| author | Benno Schulenberg <bensberg@justemail.net> | 2008-08-23 22:49:11 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2008-09-19 12:27:37 +0200 |
| commit | a7ea04404c4fc30647dd958723ac546a83c9076f (patch) | |
| tree | 10295b516d47f8692fb83dbd40267a74db5c0333 /src/rmdir.c | |
| parent | remove.c: move comment to right before string, so gettext will pick it up (diff) | |
| download | coreutils-a7ea04404c4fc30647dd958723ac546a83c9076f.tar.gz coreutils-a7ea04404c4fc30647dd958723ac546a83c9076f.zip | |
rmdir --help: use lower case in option description; adjust indentation
Diffstat (limited to 'src/rmdir.c')
| -rw-r--r-- | src/rmdir.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rmdir.c b/src/rmdir.c index 64575b091..935792f86 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); |
