What's Changed
- The special handling of the
-6
parameter has been dropped. Instead, it is now being passed to theping
binary, which should just work on any "modern" version of ping. #27 - New parameters
--[no]globalstats
and--[no]recentstats
to toggle each of the two statistics lines. - Better handling in case
--last <n>
receives a number less than 1. In such case, the recent statistics will be dropped. - The
--help
output has been widened to 84 characters, to fit the new parameters and their description. If you're stuck with 80-char limit, I'm sorry. If you have a strong opinion about the 80-char limit, please suggest a solution for the help text.