about summary refs log tree commit diff
path: root/Completion/Unix/Command/_netstat
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-03-16 22:12:48 +0100
committerOliver Kiddle <opk@zsh.org>2023-03-16 22:12:48 +0100
commitea229be4cfb6a734938648df4322fc4473e1712e (patch)
tree0e344de8b305851277c7cc255441344e7fbcfa11 /Completion/Unix/Command/_netstat
parent4b7a9fd0ecb750646cac76c41383f8391cd0fdd9 (diff)
downloadzsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.gz
zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.xz
zsh-ea229be4cfb6a734938648df4322fc4473e1712e.zip
51581: update completions to cover changes in OpenBSD 7.2
Diffstat (limited to 'Completion/Unix/Command/_netstat')
-rw-r--r--Completion/Unix/Command/_netstat1
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_netstat b/Completion/Unix/Command/_netstat
index 67133dc6c..8016b2475 100644
--- a/Completion/Unix/Command/_netstat
+++ b/Completion/Unix/Command/_netstat
@@ -280,7 +280,6 @@ case $OSTYPE in
       '-c+[show specified number of updates, then exit]:count'
       '-e[show only the number of errors on the interface]'
       '-q[only show interfaces that have seen packets]'
-      '-t[show current value of the watchdog timer function]'
     )
     statistics+=( $popt '-r[display routing statistics]' )
     groups+=( -n$nopt )