summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index 737bce167..bc80e690a 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -101,7 +101,8 @@ usage (int status)
Remove (unlink) the FILE(s).\n\
\n\
-d, --directory unlink FILE, even if it is a non-empty directory\n\
- (super-user only)\n\
+ (super-user only; this works only if your system\n\
+ supports `unlink' for nonempty directories)\n\
-f, --force ignore nonexistent files, never prompt\n\
-i, --interactive prompt before any removal\n\
-r, -R, --recursive remove the contents of directories recursively\n\