about summary refs log tree commit diff
path: root/Completion/Unix/Command/_arp
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-03-18 20:49:48 -0500
committerMatthew Martin <phy1729@gmail.com>2022-03-18 20:52:18 -0500
commit78649ac72596104cfcbaad9a5a7d1a1afa981a4c (patch)
treec5fb6fcd1654afc478af052a350fe5df70b1e321 /Completion/Unix/Command/_arp
parent8dd733dfd2d2c72f063c7eba3482d870e2ec26c3 (diff)
downloadzsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.gz
zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.xz
zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.zip
49852: Add _routing_domains and _routing_tables types
Diffstat (limited to 'Completion/Unix/Command/_arp')
-rw-r--r--Completion/Unix/Command/_arp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_arp b/Completion/Unix/Command/_arp
index 389f1099b..7727de28c 100644
--- a/Completion/Unix/Command/_arp
+++ b/Completion/Unix/Command/_arp
@@ -61,7 +61,7 @@ case $OSTYPE in
   openbsd*)
     args+=(
       '(-a -d -W)-F[overwrite existing entries]'
-      '(-W)-V+[select the routing domain]:routing domain'
+      '(-W)-V+[select the routing domain]:routing domain:_routing_domains'
     )
     cmds+=(
       '(- 1)-W[send the wake on LAN frame]'