]> git.gsnw.org Git - fping.git/commitdiff
document new -D flag
authorDavid Schweikert <david@schweikert.ch>
Tue, 21 May 2013 19:47:33 +0000 (21:47 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 21 May 2013 19:47:33 +0000 (21:47 +0200)
ChangeLog
doc/fping.pod

index 8ae5741b3084ce080580a7c17f445477addbb816..861f426466e2cb2f8393113581efb4bedc0556c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 UNRELEASED
-  * fix sprint_tm buffer size crash (reported by Japheth Cleaver)
-  * fping.spec: fix setuid permissions and provides fping6 (Marcus Vinicius Ferreira)
-  * fix fping6 build on OS X 10.8 (unknown contributor)
+  * Fix sprint_tm buffer size crash (reported by Japheth Cleaver)
+  * Addded -D flag to print timestamps (Toke Høiland-Jørgensen)
+  * Fix fping6 build on OS X 10.8 (unknown contributor)
+  * Fping.spec: fix setuid permissions and provides fping6 (Marcus Vinicius Ferreira)
 
 2012-09-04  David Schweikert  <david@schweikert.ch>
   * Version 3.4
index 119e4cc87e3c9eb9224ab75f24c501388df5e941..e3296f9ea8b756a5322eb8452beaa3a87060b5fe 100644 (file)
@@ -77,6 +77,11 @@ C<-> indicating that no response was received to the fourth request.
 Use DNS to lookup address of return ping packet. This allows you to give fping
 a list of IP addresses as input and print hostnames in the output. 
 
+=item B<-D>
+
+Add Unix timestamps in front of output lines generated with in looping or counting
+modes (B<-l>, B<-c>, or B<-C>).
+
 =item B<-e>
 
 Show elapsed (round-trip) time of packets.