[PATCH] Correct interface type name in nettop
Shohei YOSHIDA <[email protected]> Thu, 9 Jul 2026 14:40:46 +0900
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <[email protected]> |
'owdl' is a typo for 'awdl'(Apple Wireless Direct Link) --- Completion/Darwin/Command/_nettop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Darwin/Command/_nettop b/Completion/Darwin/Command/_nettop index 128b102e4..379afffe6 100644 --- a/Completion/Darwin/Command/_nettop +++ b/Completion/Darwin/Command/_nettop @@ -6,7 +6,7 @@ typeset -A opt_args local msg='number of samples (0=infinite)' local specs=( '-m+[specify the mode]:mode:(tcp udp route)' - '*-t+[specify interface type]:interface type:(wifi wired loopback owdl expensive undefined external)' + '*-t+[specify interface type]:interface type:(wifi wired loopback awdl expensive undefined external)' '-n[disable address to name resolution]' '-c[less intensive use of the CPU]' '-d[delta mode]' -- 2.53.0