1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Completion/Linux/Command/_tracepath
2017-08-29 00:41:34 +02:00

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'