summaryrefslogtreecommitdiff
path: root/etc/functions/check_ping
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/check_ping')
-rw-r--r--etc/functions/check_ping3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/functions/check_ping b/etc/functions/check_ping
index 80ea8ea..015af0b 100644
--- a/etc/functions/check_ping
+++ b/etc/functions/check_ping
@@ -1,5 +1,6 @@
## vim:ft=zsh
-## check_ping -return true if a host responds to ICMP echo requests
+## check_ping - returns true if a host responds to ICMP echo requests
+## Usage: check_ping [-6] <host>
typeset -i ipv6 ret
while [[ $1 == -* ]] {