Skip to content

Commit 28cf09e

Browse files
committed
readme
1 parent 7805045 commit 28cf09e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# pping
22

3-
tcp ping, tls ping, http ping.
3+
[![GoDoc](https://godoc.org/github.com/wzv5/pping?status.svg)](https://godoc.org/github.com/wzv5/pping)
4+
5+
tcp ping, tls ping, http ping, icmp ping, dns ping.
46

57
## Install
68

@@ -21,8 +23,10 @@ Usage:
2123
pping [command]
2224
2325
Available Commands:
26+
dns dns ping
2427
help Help about any command
2528
http http ping
29+
icmp icmp ping
2630
tcp tcp ping
2731
tls tls ping
2832
@@ -31,6 +35,8 @@ Flags:
3135
-h, --help help for pping
3236
-t, --infinite ping the specified target until stopped
3337
-i, --interval duration delay between each request (default 1s)
38+
-4, --ipv4 use IPv4
39+
-6, --ipv6 use IPv6
3440
-v, --version version for pping
3541
3642
Use "pping [command] --help" for more information about a command.

0 commit comments

Comments
 (0)