diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:53:14 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:53:14 +0000 |
commit | 40576e3b8ee839d608a8a59453ef0acf2f30c041 (patch) | |
tree | e3d27af92d57d6489ada9cf993e71a9d2b76fbdf | |
parent | 3f90720693b75779a9115be06faf4a86f01ab6db (diff) |
whitespace fixups
-rwxr-xr-x | bin/multi-ping | 8 |
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> |