From d5ed947e312bcb8f0c4e46c4ea9f39918387efc3 Mon Sep 17 00:00:00 2001 From: William Date: Fri, 8 Nov 2024 14:07:29 +1000 Subject: Add missed changes for dontfrag Due to a mistake with git the command line args were not properly updated. diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 67fa236..c1d03ec 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c @@ -7,7 +7,7 @@ * * Description: * - * This file contains the check_disk plugin + * This file contains the check_fping plugin * * This plugin will use the fping command to ping the specified host for a * fast check @@ -304,7 +304,7 @@ int process_arguments(int argc, char **argv) { } while (1) { - c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:46", longopts, &option); + c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:M:R:46", longopts, &option); if (c == -1 || c == EOF || c == 1) break; -- cgit v0.10-9-g596f