]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add missing \n\
authorJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 09:23:06 +0000 (09:23 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 09:23:06 +0000 (09:23 +0000)
src/rmdir.c

index 24c5f66e338a8262b0566631cf68ee1e3784b88c..9e8e2363a55e80e70f911ef3d9d8e73e5974fe51 100644 (file)
@@ -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\