summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_rm
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_rm')
-rw-r--r--Completion/Unix/Command/_rm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_rm b/Completion/Unix/Command/_rm
index 4a5c9a178..6d728b157 100644
--- a/Completion/Unix/Command/_rm
+++ b/Completion/Unix/Command/_rm
@@ -29,14 +29,14 @@ else
'-d[remove directories as well]'
'-P[overwrite files before deleting them]'
)
- ;;
+ ;|
dragonfly*|freebsd*|netbsd*)
args+=(
'-v[explain what is being done]'
'-W[attempt to undelete named files]'
"-x[don't cross file systems when removing a hierarchy]"
)
- ;;
+ ;|
dragonfly*|freebsd*)
args+=(
'(-i)-I[prompt when removing many files]'