Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuaikang committed Jan 4, 2025
1 parent f379c34 commit a525ff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ nping --help
```bash
nping www.baidu.com www.google.com www.apple.com www.sina.com -c 20 -i 2

🏎 Nping with concurrent,chart,multiple addresses,real-time data update
nping --help

🏎 Nping mean NB Ping, A Ping Tool in Rust with Real-Time Data and Visualizations

Usage: nping [OPTIONS] <TARGET>...

Expand All @@ -56,6 +58,7 @@ Options:
-c, --count <COUNT> Number of pings to send [default: 65535]
-i, --interval <INTERVAL> Interval in seconds between pings [default: 0]
-6, --force_ipv6 Force using IPv6
-m, --multiple <MULTIPLE> Specify the maximum number of target addresses, Only works on one target address [default: 0]
-h, --help Print help
-V, --version Print version
```
Expand Down
5 changes: 4 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ nping --help
```bash
nping www.baidu.com www.google.com www.apple.com www.sina.com -c 20 -i 2

🏎 Nping with concurrent,chart,multiple addresses,real-time data update
nping --help

🏎 Nping mean NB Ping, A Ping Tool in Rust with Real-Time Data and Visualizations

Usage: nping [OPTIONS] <TARGET>...

Expand All @@ -56,6 +58,7 @@ Options:
-c, --count <COUNT> Number of pings to send [default: 65535]
-i, --interval <INTERVAL> Interval in seconds between pings [default: 0]
-6, --force_ipv6 Force using IPv6
-m, --multiple <MULTIPLE> Specify the maximum number of target addresses, Only works on one target address [default: 0]
-h, --help Print help
-V, --version Print version
```
Expand Down

0 comments on commit a525ff6

Please sign in to comment.