]> git.gsnw.org Git - fping.git/commitdiff
Corrected long option name of -s to --stats
authorBernd Arnold <wopfel@gmail.com>
Fri, 24 May 2019 13:54:26 +0000 (15:54 +0200)
committerBernd Arnold <wopfel@gmail.com>
Fri, 24 May 2019 13:54:26 +0000 (15:54 +0200)
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

index 13f242478e1e7b162589157e9f14b59e5e961bfa..98a9ebbf1c2841ca09f24f1d88a336d883d66fec 100644 (file)
@@ -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.