summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/rm.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man1/rm.md')
-rw-r--r--Base/usr/share/man/man1/rm.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/rm.md b/Base/usr/share/man/man1/rm.md
index 219943189a..2378c576f2 100644
--- a/Base/usr/share/man/man1/rm.md
+++ b/Base/usr/share/man/man1/rm.md
@@ -19,6 +19,7 @@ If a directory is specified in `path`, the `-r` (recursive) flag is required. Ot
* `-r`, `--recursive`: Remove files and directories recursively
* `-f`, `--force`: Do not prompt before removing
* `-v`, `--verbose`: Display what files are removed
+* `--no-preserve-root`: Do not treat '/' specially
## Examples