Skip to content

Commit 645dbf8

Browse files
committed
testenv: Add 'stats' command to documentation
Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent 1c868bf commit 645dbf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testenv/testenv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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'"

0 commit comments

Comments
 (0)