diff options
Diffstat (limited to 'bin')
-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> |