Code

Spent the day working on backwards compatability using getaddrinfo()
[nagiosplug.git] / plugins / negate.c
index 3e4c493ea6adc1fd749d555b17f0ac35e5ee45b3..c1c0bc57fd07ae71fb16cf11b26102dc7afd22df 100644 (file)
@@ -226,7 +226,7 @@ process_arguments (int argc, char **argv)
        };
 
        while (1) {
-               c = getopt_long (argc, argv, "hVt:",
+               c = getopt_long (argc, argv, "+hVt:",
                                 long_options, &option_index);
 
                if (c == -1 || c == EOF)