1
0
mirror of https://frontier.innolan.net/rainlance/amiga-fping.git synced 2025-11-22 02:59:55 +00:00

document new -D flag

This commit is contained in:
David Schweikert
2013-05-21 21:47:33 +02:00
parent 543d22122d
commit 5d6db6f08d
2 changed files with 9 additions and 3 deletions

View File

@ -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

View 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.