From 5db620e1dd5d91f95b8d46219c5f408c3eca51c9 Mon Sep 17 00:00:00 2001 From: James Wang <62491424+james-wangx@users.noreply.github.com> Date: Sun, 31 Jul 2022 22:49:43 +0800 Subject: [PATCH] Update ping.md (#393) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 -w 超时秒数 --- command/ping.md | 1 + 1 file changed, 1 insertion(+) diff --git a/command/ping.md b/command/ping.md index a9679eead8..1163b292f6 100644 --- a/command/ping.md +++ b/command/ping.md @@ -30,6 +30,7 @@ ping(选项)(参数) -s<数据包大小>:设置数据包的大小; -t<存活数值>:设置存活数值TTL的大小; -v:详细显示指令的执行过程。 +-w<超时秒数>:无论之前发送或接受了多少包,只要超过此秒数,程序退出; ``` ### 参数