From a88ebd19104f1fb346fc734daf988f55a58db708 Mon Sep 17 00:00:00 2001 From: Wingrez <31106425+wingrez@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:41:25 +0800 Subject: [PATCH] fix case error in route.md (#437) fix case error in route.md --- command/route.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/route.md b/command/route.md index 2d462d9c817..9efeb6df712 100644 --- a/command/route.md +++ b/command/route.md @@ -30,9 +30,9 @@ route(选项)(参数) ### 参数 ```shell -Add:增加指定的路由记录; -Del:删除指定的路由记录; -Target:目的网络或目的主机; +add:增加指定的路由记录; +del:删除指定的路由记录; +target:目的网络或目的主机; gw:设置默认网关; mss:设置TCP的最大区块长度(MSS),单位MB; window:指定通过路由表的TCP连接的TCP窗口大小;