diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-03-16 22:12:48 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-03-16 22:12:48 +0100 |
| commit | ea229be4cfb6a734938648df4322fc4473e1712e (patch) | |
| tree | 0e344de8b305851277c7cc255441344e7fbcfa11 /Completion/Unix/Command/_netstat | |
| parent | 51573: additional "typset -p -m" fix for namespaces (diff) | |
| download | zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.gz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.bz2 zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.lz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.xz zsh-ea229be4cfb6a734938648df4322fc4473e1712e.tar.zst 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/_netstat | 1 |
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 ) |
