From 4f3c097342835099fc763323e707960f72a7ea64 Mon Sep 17 00:00:00 2001 From: MT <59728838+mt-empty@users.noreply.github.com> Date: Sun, 29 Mar 2020 08:04:01 +1100 Subject: [PATCH] tcptraceroute: better wording (#3937) --- pages/linux/tcptraceroute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/tcptraceroute.md b/pages/linux/tcptraceroute.md index 0845df591d..da2378c923 100644 --- a/pages/linux/tcptraceroute.md +++ b/pages/linux/tcptraceroute.md @@ -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}}`