aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/rmdir.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-02 21:16:20 -0500
committerRob Landley <rob@landley.net>2014-06-02 21:16:20 -0500
commit314f19e4d2099eb19824df49d71953946486f78f (patch)
tree175a0ca0d19f045995da3e6e5328aa12ee90fc51 /toys/posix/rmdir.c
parent8b3b9aa1bdbd3a1d721873e4359f650ff52427e5 (diff)
downloadtoybox-314f19e4d2099eb19824df49d71953946486f78f.tar.gz
Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
Diffstat (limited to 'toys/posix/rmdir.c')
-rw-r--r--toys/posix/rmdir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/rmdir.c b/toys/posix/rmdir.c
index fec3ce98..23266c31 100644
--- a/toys/posix/rmdir.c
+++ b/toys/posix/rmdir.c
@@ -11,6 +11,7 @@ config RMDIR
default y
help
usage: rmdir [-p] [dirname...]
+
Remove one or more directories.
-p Remove path.