summaryrefslogtreecommitdiff
path: root/bin/multi-ping
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-14 17:53:14 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-14 17:53:14 +0000
commit40576e3b8ee839d608a8a59453ef0acf2f30c041 (patch)
treee3d27af92d57d6489ada9cf993e71a9d2b76fbdf /bin/multi-ping
parent3f90720693b75779a9115be06faf4a86f01ab6db (diff)
whitespace fixups
Diffstat (limited to 'bin/multi-ping')
-rwxr-xr-xbin/multi-ping8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/multi-ping b/bin/multi-ping
index 03eadca..2d1477d 100755
--- a/bin/multi-ping
+++ b/bin/multi-ping
@@ -3,16 +3,17 @@
# NAME
# multi-ping - IPv4 and IPv6 ping tool
#
+#
# SYNOPSIS
# multi-ping [ -h | --help ] [-m | --manual] hostname1
#
+#
# OPTIONS
#
-# -h, --help Show a help message, and exit.
+# -h, --help Show a help message, and exit.
#
-# -m, --manual Show this manual, and exit.
+# -m, --manual Show this manual, and exit.
#
-# -v, --verbose Show verbose errors
#
# ABOUT
#
@@ -24,6 +25,7 @@
# and invoking "ping" or "ping6" upon the result - using the correct one for
# the address family which has been returned.
#
+#
# AUTHOR
#
# Steve Kemp <steve@bytemark.co.uk>