]> git.gsnw.org Git - fping.git/commitdiff
Document that -c N overrides -a or -u
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Wed, 7 Feb 2024 18:38:51 +0000 (19:38 +0100)
committerDavid Schweikert <david@schweikert.ch>
Tue, 20 Feb 2024 08:40:44 +0000 (09:40 +0100)
doc/fping.pod

index cf5aa5d37fa434866b958dfa36d539cee82042f0..d293fcd0a024ac77ff41cd989f14e04428064820 100644 (file)
@@ -66,7 +66,8 @@ default is 1.5.
 Number of request packets to send to each target.  In this mode, a line is
 displayed for each received response (this can suppressed with B<-q> or B<-Q>).
 Also, statistics about responses for each target are displayed when all
-requests have been sent (or when interrupted).
+requests have been sent (or when interrupted).  This option overrides B<-a>
+or B<-u>.
 
 =item B<-C>, B<--vcount>=I<N>
 
@@ -77,7 +78,8 @@ designed for automated response-time statistics gathering. For example:
  somehost : 91.7 37.0 29.2 - 36.8
 
 shows the response time in milliseconds for each of the five requests, with the
-C<-> indicating that no response was received to the fourth request.
+C<-> indicating that no response was received to the fourth request.  This
+option overrides B<-a> or B<-u>.
 
 =item B<-d>, B<--rdns>