mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:55:24 +02:00
tcptraceroute: better wording (#3937)
This commit is contained in:
parent
850de21b95
commit
4f3c097342
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
|||
|
||||
`tcptraceroute {{host}} -p {{source_port}} -s {{source_address}}`
|
||||
|
||||
- Set the initial and maximum TTL:
|
||||
- Set the first and maximum TTL:
|
||||
|
||||
`tcptraceroute {{host}} -f {{first_ttl} -m {{max_ttl}}`
|
||||
|
||||
- Specify the wait time and number of probes for each hop:
|
||||
- Specify the wait time and number of queries per hop:
|
||||
|
||||
`tcptraceroute {{host}} -w {{wait_time}} -q {{number_of_queries}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue