summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-07 09:23:06 +0000
committerJim Meyering <jim@meyering.net>1999-11-07 09:23:06 +0000
commitde9a8777165b1c5a0a6facbeb7fa617e3b4fa330 (patch)
tree1c2653ac96c587dfcef6a648afe6c61166aeb7b1 /src/rmdir.c
parent1df7091e3b8f8671dd023243e0ee83f9cfbe7bc0 (diff)
downloadcoreutils-de9a8777165b1c5a0a6facbeb7fa617e3b4fa330.tar.xz
add missing \n\
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index 24c5f66e3..9e8e2363a 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -130,9 +130,11 @@ usage (int status)
Remove the DIRECTORY(ies), if they are empty.\n\
\n\
--ignore-fail-on-non-empty\n\
- ignore each failure that is solely because the\n\
- directory is non-empty\n\
- -p, --parents remove explicit parent directories if being emptied\n\
+ ignore each failure that is solely because a directory\n\
+ is non-empty\n\
+ -p, --parents remove DIRECTORY, then try to remove each directory\n\
+ component of that path name. E.g., `rmdir -p a/b/c' is\n\
+ similar to `rmdir a/b/c a/b a'.\n\
--verbose output a diagnostic for every directory processed\n\
--help display this help and exit\n\
--version output version information and exit\n\