Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 1c9cc99

Browse files
committed
Oops, added extra tab.
1 parent 64ef58d commit 1c9cc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd_line.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ void print_cmd_help()
9595
fprintf(stdout, "\t--track => Track packet and byte statistics and print at the end (0/1). Will impact performance!\n");
9696
fprintf(stdout, "\t--maxpckts => The maximum amount of packets to send during this sequence before exiting.\n");
9797
fprintf(stdout, "\t--maxbytes => The maximum amount of bytes to send during this sequence before exiting.\n");
98-
fprintf(stdout, "\t\t--pps => The amount of packets per second to limit this sequence to (0 = disabled).\n");
99-
fprintf(stdout, "\t\t--bps => The amount of bytes per second to limit this sequence to (0 = disabled)\n");
98+
fprintf(stdout, "\t--pps => The amount of packets per second to limit this sequence to (0 = disabled).\n");
99+
fprintf(stdout, "\t--bps => The amount of bytes per second to limit this sequence to (0 = disabled)\n");
100100
fprintf(stdout, "\t--delay => The delay in-between sending packets on each thread.\n");
101101
fprintf(stdout, "\t--threads => The amount of threads and sockets to spawn (0 = CPU count).\n");
102102
fprintf(stdout, "\t--l4csum => Whether to calculate the layer-4 checksum (TCP, UDP, and ICMP) (0/1).\n\n");

0 commit comments

Comments
 (0)