mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
9 lines
320 B
Text
9 lines
320 B
Text
#compdef tracepath tracepath6
|
|
|
|
_arguments -s -S \
|
|
'-n[print IP addresses numerically]' \
|
|
'-b[print both host names and IP addresses]' \
|
|
'-l+[set the initial packet length]:length (bytes)' \
|
|
'-m+[set maximum hops]:maximum [30]' \
|
|
'-p+[set initial destination port to use]:port:_ports' \
|
|
':destination:_hosts'
|