From 8c6094901e4a035bac8324a5cc590ea9b6a7eb35 Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Tue, 26 Nov 2024 12:18:31 +0800 Subject: [PATCH] update tools/README.md. --- tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 33db5939e..3bca74035 100644 --- a/tools/README.md +++ b/tools/README.md @@ -102,8 +102,8 @@ Examples: ./sbin/route -p 0 flush - FreeBSD uses `netstat -rnW ` to list the route table which we havn't ported, - you can execute the following command instead, `-d` means debug mode, `-v` + FreeBSD uses `netstat -rnW ` to list the route table which we have ported, + you also can execute the following command instead, `-d` means debug mode, `-v` means verbose. ./sbin/route -p 0 -d -v flush ```