From: Adrien Gallouët Date: Thu, 28 Feb 2019 11:53:52 +0000 (+0000) Subject: Add a help line for the t command in curses X-Git-Tag: v0.93~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F291%2Fhead;p=thirdparty%2Fmtr.git Add a help line for the t command in curses Signed-off-by: Adrien Gallouët --- 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");