]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix tiny typo in target 509/head
authorDenys Fedoryshchenko <denys.f@collabora.com>
Sun, 7 Jul 2024 22:00:46 +0000 (01:00 +0300)
committerDenys Fedoryshchenko <denys.f@collabora.com>
Sun, 7 Jul 2024 22:00:46 +0000 (01:00 +0300)
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
ui/mtr.c

index 60f816719234195e0060867532222dc7005d439b..49e9f9f1a6bc32f66447f7e7dd6b88e32d3ce1f1 100644 (file)
--- a/ui/mtr.c
+++ b/ui/mtr.c
@@ -108,7 +108,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
     fputs(" -m, --max-ttl NUMBER             maximum number of hops\n", out);
     fputs(" -U, --max-unknown NUMBER         maximum unknown host\n", out);
     fputs(" -E, --max-display-path NUMBER    maximum number of ECMP paths to display\n", out);
-    fputs(" -P, --port PORT                  arget port number for TCP, SCTP, or UDP\n", out);  
+    fputs(" -P, --port PORT                  target port number for TCP, SCTP, or UDP\n", out);  
     fputs(" -L, --localport LOCALPORT        source port number for UDP\n", out);
     fputs(" -s, --psize PACKETSIZE           set the packet size used for probing\n", out);       
     fputs(" -B, --bitpattern NUMBER          set bit pattern to use in payload\n", out);