From cad5f944cb43eef2aa571bfa22c4879e28fd2d34 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Sun, 22 May 2022 21:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25a9fb5..ab5464f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,12 @@ ```bash # IPv4 ICMP Trace +# Tips: 非实时数据,一次性出结果,需要等待30s左右 ./nexttrace 1.0.0.1 +# Tips: 如果您需要ICMP的实时结果,请用如下命令 +./nexttrace -report 1.0.0.1 + # IPv6 ICMP Trace ./nexttrace 2606:4700:4700::1111 ```