aboutsummaryrefslogtreecommitdiff
path: root/coreutils/rmdir.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 19:04:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 19:04:19 +0100
commit11f1a2553e49c9ff2235688a41875ff8751517ce (patch)
tree5f19a07de53cf6d7fac73725be06f68fa6fe4737 /coreutils/rmdir.c
parent49142d48bd12c87d52e1316050f5cf4749e64e51 (diff)
downloadbusybox-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.gz
help text tweaks
function old new delta packed_usage 33547 33545 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r--coreutils/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c
index 5092a5dfc..addf41188 100644
--- a/coreutils/rmdir.c
+++ b/coreutils/rmdir.c
@@ -20,7 +20,7 @@
/* http://www.opengroup.org/onlinepubs/007904975/utilities/rmdir.html */
//usage:#define rmdir_trivial_usage
-//usage: "[OPTIONS] DIRECTORY..."
+//usage: "[-p] DIRECTORY..."
//usage:#define rmdir_full_usage "\n\n"
//usage: "Remove DIRECTORY if it is empty\n"
//usage: "\n -p Include parents"