Skip to content

Commit 469e1bc

Browse files
authored
Merge pull request #509 from nuclearcat/tiny-typo
Fix tiny typo in target
2 parents e137a71 + b4c47a1 commit 469e1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/mtr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
108108
fputs(" -m, --max-ttl NUMBER maximum number of hops\n", out);
109109
fputs(" -U, --max-unknown NUMBER maximum unknown host\n", out);
110110
fputs(" -E, --max-display-path NUMBER maximum number of ECMP paths to display\n", out);
111-
fputs(" -P, --port PORT arget port number for TCP, SCTP, or UDP\n", out);
111+
fputs(" -P, --port PORT target port number for TCP, SCTP, or UDP\n", out);
112112
fputs(" -L, --localport LOCALPORT source port number for UDP\n", out);
113113
fputs(" -s, --psize PACKETSIZE set the packet size used for probing\n", out);
114114
fputs(" -B, --bitpattern NUMBER set bit pattern to use in payload\n", out);

0 commit comments

Comments
 (0)