diff options
author | Matthew Martin <phy1729@gmail.com> | 2022-03-18 20:49:48 -0500 |
---|---|---|
committer | Matthew Martin <phy1729@gmail.com> | 2022-03-18 20:52:18 -0500 |
commit | 78649ac72596104cfcbaad9a5a7d1a1afa981a4c (patch) | |
tree | c5fb6fcd1654afc478af052a350fe5df70b1e321 /Completion/Unix/Command/_ping | |
parent | 8dd733dfd2d2c72f063c7eba3482d870e2ec26c3 (diff) | |
download | zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.gz zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.tar.xz zsh-78649ac72596104cfcbaad9a5a7d1a1afa981a4c.zip |
49852: Add _routing_domains and _routing_tables types
Diffstat (limited to 'Completion/Unix/Command/_ping')
-rw-r--r-- | Completion/Unix/Command/_ping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ping b/Completion/Unix/Command/_ping index b371e808f..d36a0f3a9 100644 --- a/Completion/Unix/Command/_ping +++ b/Completion/Unix/Command/_ping @@ -191,7 +191,7 @@ case ${variant}:${${service#ping}:-4} in '-e[audible bell for each packet]' '-g[provide a visual display of packets received and lost]' '-T+[change TOS value]:TOS value:(critical inetcontrol lowdelay netcontrol throughput reliability ef af cs)' - '-V+[specify routing table to be used]:routing table' + '-V+[specify routing table to be used]:routing table:_routing_tables' ) ;; iputils:*) |