summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_fping.c4
1 files changed, 2 insertions, 2 deletions
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 @@
7 * 7 *
8 * Description: 8 * Description:
9 * 9 *
10 * This file contains the check_disk plugin 10 * This file contains the check_fping plugin
11 * 11 *
12 * This plugin will use the fping command to ping the specified host for a 12 * This plugin will use the fping command to ping the specified host for a
13 * fast check 13 * fast check
@@ -304,7 +304,7 @@ int process_arguments(int argc, char **argv) {
304 } 304 }
305 305
306 while (1) { 306 while (1) {
307 c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:46", longopts, &option); 307 c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:M:R:46", longopts, &option);
308 308
309 if (c == -1 || c == EOF || c == 1) 309 if (c == -1 || c == EOF || c == 1)
310 break; 310 break;