diff options
| author | Oliver Kiddle <opk@zsh.org> | 2017-08-29 00:41:34 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2017-08-29 00:41:34 +0200 |
| commit | 386eb378a758370360c3455aa983db416e505c8b (patch) | |
| tree | ab5e2c153165baaba328db57933893f7323934b9 /Completion/Linux/Command | |
| parent | 41616: update completion options to entr 3.8 (diff) | |
| download | zsh-386eb378a758370360c3455aa983db416e505c8b.tar zsh-386eb378a758370360c3455aa983db416e505c8b.tar.gz zsh-386eb378a758370360c3455aa983db416e505c8b.tar.bz2 zsh-386eb378a758370360c3455aa983db416e505c8b.tar.lz zsh-386eb378a758370360c3455aa983db416e505c8b.tar.xz zsh-386eb378a758370360c3455aa983db416e505c8b.tar.zst zsh-386eb378a758370360c3455aa983db416e505c8b.zip | |
41617: complete new tracepath options
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_tracepath | 9 |
1 files changed, 9 insertions, 0 deletions
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' |
