summaryrefslogtreecommitdiff
path: root/bin
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
commitbd226f9b916fe9a8b7ab2edce1fb7465fa5f8f7a (patch)
treee3d27af92d57d6489ada9cf993e71a9d2b76fbdf /bin
parentdfd0bb69c6a720aa5ad695615d0dba78b9181715 (diff)
whitespace fixups
Diffstat (limited to 'bin')
-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>