From b39f5a5cefd5d49148e20b9c713bdc8c4f94f5a5 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Mon, 10 Jun 2024 08:20:39 +0200 Subject: [PATCH] Extended dokumentation for parameter timestamp-format --- doc/fping.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/fping.pod b/doc/fping.pod index efb1410d..f7560b21 100644 --- a/doc/fping.pod +++ b/doc/fping.pod @@ -93,6 +93,16 @@ hostnames as target (NAME->IP->NAME). Add Unix timestamps in front of output lines generated with in looping or counting modes (B<-l>, B<-c>, or B<-C>). +Subcommand: B<--timestamp-format>=I + +Allow to change the timestamp format of the B<-D> option to the following format types. + +I = "%c" (Example: Mon Jun 10 07:50:00 2024) + +I = "%Y-%m-%dT%T%z" (Example: 2024-06-10T07:50:00+0200) + +I = "%Y-%m-%d %H:%M:%S" (Example: 2024-06-10 07:50:00) + =item B<-e>, B<--elapsed> Show elapsed (round-trip) time of packets.