Skip to content

Commit

Permalink
Merge branch 'traviscross:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
arekm authored Aug 1, 2024
2 parents 7023f80 + 469e1bc commit 4e6f565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/mtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4e6f565

Please sign in to comment.