From 6470a3d5ae801fcde6009939f65827017b062273 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Tue, 1 Nov 2016 00:02:22 +0200 Subject: [PATCH] added help info --- src/fping.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fping.c b/src/fping.c index 3a7193f..64abe77 100644 --- a/src/fping.c +++ b/src/fping.c @@ -2524,6 +2524,7 @@ void usage(int is_error) fprintf(out, " -m ping multiple interfaces on target host\n" ); fprintf(out, " -M set the Don't Fragment flag\n" ); fprintf(out, " -n show targets by name (-d is equivalent)\n" ); + fprintf(out, " -N output compatible for netdata (-l -Q are required)\n" ); fprintf(out, " -o show the accumulated outage time (lost packets * packet interval)\n" ); fprintf(out, " -O n set the type of service (tos) flag on the ICMP packets\n" ); fprintf(out, " -p n interval between ping packets to one target (in millisec)\n" );