Index: plugins/check_real.c =================================================================== RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v retrieving revision 1.26 diff -u -r1.26 check_real.c --- plugins/check_real.c 20 Jun 2006 11:17:02 -0000 1.26 +++ plugins/check_real.c 10 Oct 2006 22:24:03 -0000 @@ -299,7 +299,7 @@ } while (1) { - c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts, + c = getopt_long (argc, argv, "+hVvI:H:e:u:p:w:c:t:", longopts, &option); if (c == -1 || c == EOF)