summaryrefslogtreecommitdiffstats
path: root/Completion/Linux/Command/_tracepath
blob: 68a3d6ee63e6f8633701a8e0106c9316a301c785 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef tracepath tracepath6

_arguments -s -S \
  '(-6)-4[use IPv4]' \
  '(-4)-6[use IPv6]' \
  '-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' \
  '-V[display version information]' \
  ':destination:_hosts'