blob: f0f777d96474b440ebe05d64a290a189824044b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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'
|