making note of my changes.
[oweals/busybox.git] / rmdir.c
diff --git a/rmdir.c b/rmdir.c
index 56b8387366ce009af6028c8246d67dd520c371d9..013fef1a4e5e2140dba139c71ec1ae1bc5a52275 100644 (file)
--- a/rmdir.c
+++ b/rmdir.c
@@ -29,7 +29,7 @@
 extern int rmdir_main(int argc, char **argv)
 {
     if ( argc==1 || **(argv+1) == '-' ) {
-       usage( "rmdir [OPTION]... DIRECTORY...\nRemove the DIRECTORY(ies), if they are empty.");
+       usage( "rmdir [OPTION]... DIRECTORY...\n\nRemove the DIRECTORY(ies), if they are empty.\n");
     }
 
     while (--argc > 0) {