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()
440
440
echo " load Load XDP program on outer interface"
441
441
echo " unload Unload XDP program on outer interface"
442
442
echo " tcpdump Run on outer interface (or inner with --inner)"
443
+ echo " stats Run the XDP statistics program"
443
444
echo " "
444
445
445
446
if [ -z " $FULL " ] ; then
@@ -461,7 +462,7 @@ usage()
461
462
echo " command line options passed after --."
462
463
echo " Default: '$XDP_LOADER '"
463
464
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) ."
465
466
echo " Device name will be passed to it, along with any additional"
466
467
echo " command line options passed after --."
467
468
echo " Default: '$XDP_STATS '"
You can’t perform that action at this time.
0 commit comments