From 0cd546fe8b46322f829f3067dc2a4e13bd6010bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 28 Feb 2019 11:53:52 +0000 Subject: [PATCH] Add a help line for the t command in curses MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- ui/curses.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/curses.c b/ui/curses.c index 5a2285a..b0bc02e 100644 --- a/ui/curses.c +++ b/ui/curses.c @@ -364,6 +364,7 @@ int mtr_curses_keyaction( (" b set ping bit pattern to c(0..255) or random(c<0)\n"); printw(" Q set ping packet's TOS to t\n"); printw(" u switch between ICMP ECHO and UDP datagrams\n"); + printw(" t switch between ICMP ECHO and TCP\n"); #ifdef HAVE_IPINFO printw(" y switching IP info\n"); printw(" z toggle ASN info on/off\n"); -- 2.47.2