File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -440,6 +440,7 @@ usage()
440440 echo " load Load XDP program on outer interface"
441441 echo " unload Unload XDP program on outer interface"
442442 echo " tcpdump Run on outer interface (or inner with --inner)"
443+ echo " stats Run the XDP statistics program"
443444 echo " "
444445
445446 if [ -z " $FULL " ] ; then
@@ -461,7 +462,7 @@ usage()
461462 echo " command line options passed after --."
462463 echo " Default: '$XDP_LOADER '"
463464 echo " "
464- echo " -s, --stats <prog> Specify program to use for getting statistics."
465+ echo " -s, --stats <prog> Specify program to use for getting statistics ('stats' command) ."
465466 echo " Device name will be passed to it, along with any additional"
466467 echo " command line options passed after --."
467468 echo " Default: '$XDP_STATS '"
You can’t perform that action at this time.
0 commit comments