From 4125a1922c7e946ce1bd5052db350c9d1abb0280 Mon Sep 17 00:00:00 2001 From: Bernd Arnold Date: Fri, 24 May 2019 15:54:26 +0200 Subject: [PATCH] Corrected long option name of -s to --stats The option --src is an alias for the uppercase -S. Stumbled upon this in the man page. When running "fping -h", the option is printed correctly: $ -s, --stats print final stats --- doc/fping.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fping.pod b/doc/fping.pod index 13f2424..98a9ebb 100644 --- a/doc/fping.pod +++ b/doc/fping.pod @@ -189,7 +189,7 @@ a target will be made, not including the first try. Instead of using all-zeros as the packet data, generate random bytes. Use to defeat, e.g., link data compression. -=item B<-s>, B<--src> +=item B<-s>, B<--stats> Print cumulative statistics upon exit.