summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
# --