Skip to content

Commit

Permalink
Oops, added extra tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Apr 26, 2024
1 parent 64ef58d commit 1c9cc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd_line.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ void print_cmd_help()
fprintf(stdout, "\t--track => Track packet and byte statistics and print at the end (0/1). Will impact performance!\n");
fprintf(stdout, "\t--maxpckts => The maximum amount of packets to send during this sequence before exiting.\n");
fprintf(stdout, "\t--maxbytes => The maximum amount of bytes to send during this sequence before exiting.\n");
fprintf(stdout, "\t\t--pps => The amount of packets per second to limit this sequence to (0 = disabled).\n");
fprintf(stdout, "\t\t--bps => The amount of bytes per second to limit this sequence to (0 = disabled)\n");
fprintf(stdout, "\t--pps => The amount of packets per second to limit this sequence to (0 = disabled).\n");
fprintf(stdout, "\t--bps => The amount of bytes per second to limit this sequence to (0 = disabled)\n");
fprintf(stdout, "\t--delay => The delay in-between sending packets on each thread.\n");
fprintf(stdout, "\t--threads => The amount of threads and sockets to spawn (0 = CPU count).\n");
fprintf(stdout, "\t--l4csum => Whether to calculate the layer-4 checksum (TCP, UDP, and ICMP) (0/1).\n\n");
Expand Down

0 comments on commit 1c9cc99

Please sign in to comment.