diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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\ |