]> git.feebdaed.xyz Git - 0xmirror/xdp-tools.git/commitdiff
xdp-trafficgen: fix description of num-packets option
authorYuya Kusakabe <yuya.kusakabe@gmail.com>
Wed, 28 May 2025 01:18:35 +0000 (10:18 +0900)
committerToke Høiland-Jørgensen <toke@toke.dk>
Wed, 28 May 2025 07:46:28 +0000 (09:46 +0200)
Signed-off-by: Yuya Kusakabe <yuya.kusakabe@gmail.com>
xdp-trafficgen/README.org
xdp-trafficgen/xdp-trafficgen.8

index 93a93c8e2552507736b46d37c99c2b98bfd74b3f..99c0bc7d21e86b2f0e8f29d59792a28830c53442 100644 (file)
@@ -77,7 +77,7 @@ Source UDP port of generated packets. Defaults to 1.
 Enable dynamic port mode where the destination port is varied over a range of
 =<num ports>= starting from the =--dst-port=.
 
-** -n, --num-packets <port>
+** -n, --num-packets <num packets>
 Number of packets to send before exiting. If not supplied, =xdp-trafficgen= will
 keep sending packets until interrupted.
 
index 4eb858aa5a03bef8ed0afa116dc5dba1177df1a0..b02140119d244edc558ceb7a9f05afe8749c3054 100644 (file)
@@ -78,7 +78,7 @@ Source UDP port of generated packets. Defaults to 1.
 .PP
 Enable dynamic port mode where the destination port is varied over a range of
 \fI<num ports>\fP starting from the \fI\-\-dst\-port\fP.
-.SS "-n, --num-packets <port>"
+.SS "-n, --num-packets <num packets>"
 .PP
 Number of packets to send before exiting. If not supplied, \fIxdp\-trafficgen\fP will
 keep sending packets until interrupted.