diff options
Diffstat (limited to 'Completion/BSD/Command/_pfctl')
| -rw-r--r-- | Completion/BSD/Command/_pfctl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_pfctl b/Completion/BSD/Command/_pfctl index 8063eb504..a664b6dd7 100644 --- a/Completion/BSD/Command/_pfctl +++ b/Completion/BSD/Command/_pfctl @@ -94,11 +94,12 @@ case $OSTYPE in args+=( '-M[kill matching states in the opposite direction]' '-P[display ports numerically]' + "-S[don't perform domain name resolution]" ) ;; esac -_arguments -s $args \ +_arguments -s : $args \ '-a[apply flags -f, -F, and -s only to the rules in the specified anchor]:anchor' \ '-F+[flush the filter parameters specified by modifier]:modifier:(($pfctl_flush_modifiers))' \ '-D+[define macro to be set to value]:macro' \ |
