diff --git a/README.md b/README.md index 33c1d7f..5115c58 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,12 @@ nexttrace 1.0.0.1 # URL nexttrace http://example.com:8080/index.html?q=1 -# Form printing (output all hops at one time, wait 20-40 seconds) +# Form printing nexttrace --table 1.0.0.1 +# An Output Easy to Parse +nexttrace --raw 1.0.0.1 + # IPv6 ICMP Trace nexttrace 2606:4700:4700::1111 @@ -175,7 +178,7 @@ Usage: nexttrace [-h|--help] [-T|--tcp] [-U|--udp] [-F|--fast-trace] [-p|--port ] [-m|--max-hops ] [-d|--data-provider (Ip2region|ip2region|IP.SB|ip.sb|IPInfo|ipinfo|IPInsight|ipinsight|IPAPI.com|ip-api.com|IPInfoLocal|ipinfolocal|chunzhen)] [-n|--no-rdns] [-a|--always-rdns] [-P|--route-path] - [-r|--report] [--dn42] [-o|--output] [-t|--table] + [-r|--report] [--dn42] [-o|--output] [-t|--table] [--raw] [-c|--classic] [-f|--first ] [-M|--map] [-v|--version] [-s|--source ""] [-D|--dev ""] [-R|--route] [-z|--send-time ] [-i|--ttl-time @@ -220,6 +223,7 @@ Arguments: -o --output Write trace result to file (RealTimePrinter ONLY) -t --table Output trace results as table + --raw An Output Easy to Parse -c --classic Classic Output trace results like BestTrace -f --first Start from the first_ttl hop (instead from diff --git a/README_zh_CN.md b/README_zh_CN.md index 527c43d..699b17f 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -62,6 +62,9 @@ nexttrace http://example.com:8080/index.html?q=1 # 表格打印,使用 --table / -t 参数,将实时显示结果 nexttrace --table 1.0.0.1 +# 一个方便供机器读取转化的模式 +nexttrace --raw 1.0.0.1 + # IPv6 ICMP Trace nexttrace 2606:4700:4700::1111 @@ -227,6 +230,7 @@ Arguments: -o --output Write trace result to file (RealTimePrinter ONLY) -t --table Output trace results as table + --raw An Output Easy to Parse -c --classic Classic Output trace results like BestTrace -f --first Start from the first_ttl hop (instead from