update tools/README.md.

This commit is contained in:
fengbojiang 2024-11-26 12:18:31 +08:00
parent a7f935c734
commit 8c6094901e
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ Examples:
./sbin/route -p 0 flush ./sbin/route -p 0 flush
FreeBSD uses `netstat -rnW ` to list the route table which we havn't ported, FreeBSD uses `netstat -rnW ` to list the route table which we have ported,
you can execute the following command instead, `-d` means debug mode, `-v` you also can execute the following command instead, `-d` means debug mode, `-v`
means verbose. means verbose.
./sbin/route -p 0 -d -v flush ./sbin/route -p 0 -d -v flush
``` ```