diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_real.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 17331f9..2d24e14 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
@@ -302,7 +302,7 @@ process_arguments (int argc, char **argv) | |||
302 | } | 302 | } |
303 | 303 | ||
304 | while (1) { | 304 | while (1) { |
305 | c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts, | 305 | c = getopt_long (argc, argv, "+hvVI:H:e:u:p:w:c:t:", longopts, |
306 | &option); | 306 | &option); |
307 | 307 | ||
308 | if (c == -1 || c == EOF) | 308 | if (c == -1 || c == EOF) |