From 386eb378a758370360c3455aa983db416e505c8b Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Tue, 29 Aug 2017 00:41:34 +0200 Subject: 41617: complete new tracepath options --- Completion/Linux/Command/_tracepath | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/Linux/Command/_tracepath (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_tracepath b/Completion/Linux/Command/_tracepath new file mode 100644 index 000000000..f0f777d96 --- /dev/null +++ b/Completion/Linux/Command/_tracepath @@ -0,0 +1,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' -- cgit 1.4.1