summaryrefslogtreecommitdiff
path: root/Completion/BSD/Command/_pfctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_pfctl')
-rw-r--r--Completion/BSD/Command/_pfctl5
1 files changed, 4 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_pfctl b/Completion/BSD/Command/_pfctl
index 812e52bdb..8063eb504 100644
--- a/Completion/BSD/Command/_pfctl
+++ b/Completion/BSD/Command/_pfctl
@@ -91,7 +91,10 @@ case $OSTYPE in
)
;|
freebsd*)
- args+=( '-P[display ports numerically]' )
+ args+=(
+ '-M[kill matching states in the opposite direction]'
+ '-P[display ports numerically]'
+ )
;;
esac