]> git.gsnw.org Git - fping.git/commitdiff
added help info
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 31 Oct 2016 22:02:22 +0000 (00:02 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 31 Oct 2016 22:02:22 +0000 (00:02 +0200)
src/fping.c

index 3a7193f76f98a707bd04808c76fb03225d8864c4..64abe777c05b70c56438a0ff684e9ff823285b8c 100644 (file)
@@ -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" );