X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Fparameters.c;h=08e5a76f981f8ded87087d05ebb720e53d4b883c;hb=c6431c891d9e9691e3205fe5c5350071cbaeb852;hp=c45f78a0305f4ebcc32f98a6e92319f23aabe8dc;hpb=4c3ea50880c90a1681c7f4c12a558cff37d01f03;p=dpdk.git diff --git a/app/test-pmd/parameters.c b/app/test-pmd/parameters.c index c45f78a030..08e5a76f98 100644 --- a/app/test-pmd/parameters.c +++ b/app/test-pmd/parameters.c @@ -191,7 +191,8 @@ usage(char* progname) "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1); printf(" --no-flush-rx: Don't flush RX streams before forwarding." " Used mainly with PCAP drivers.\n"); - printf(" --txpkts=X[,Y]*: set TX segment sizes.\n"); + printf(" --txpkts=X[,Y]*: set TX segment sizes" + " or total packet length.\n"); printf(" --disable-link-check: disable check on link status when " "starting/stopping ports.\n"); }