diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 2 |
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 @@ | |||
20 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/rmdir.html */ | 20 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/rmdir.html */ |
21 | 21 | ||
22 | //usage:#define rmdir_trivial_usage | 22 | //usage:#define rmdir_trivial_usage |
23 | //usage: "[OPTIONS] DIRECTORY..." | 23 | //usage: "[-p] DIRECTORY..." |
24 | //usage:#define rmdir_full_usage "\n\n" | 24 | //usage:#define rmdir_full_usage "\n\n" |
25 | //usage: "Remove DIRECTORY if it is empty\n" | 25 | //usage: "Remove DIRECTORY if it is empty\n" |
26 | //usage: "\n -p Include parents" | 26 | //usage: "\n -p Include parents" |