summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-12 21:07:31 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-12 21:07:31 +0000
commit26ebf860b2f3f51f010ddc3d5821189edd48066f (patch)
tree5d1615a1850ff00fd4de82bcc381f44bf7d8abe0 /util
parentb066ad9584725301ee5c9e83b9672de9e4e83ef4 (diff)
Updated comments
Diffstat (limited to 'util')
-rwxr-xr-xutil/multi-ping2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/multi-ping b/util/multi-ping
index 116f3f7..9f60762 100755
--- a/util/multi-ping
+++ b/util/multi-ping
@@ -3,7 +3,7 @@
# Given a hostname, or IP address, run a ping test against it.
#
# This tool looks up the IP address to determine whether to run the
-# test with "ping" or "ping6".
+# test with the system binaries "ping" or "ping6".
#
# Steve
# --