diff options
| -rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index ae6e9c23..50837cb4 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
| @@ -430,7 +430,7 @@ check_procs_config_wrapper process_arguments(int argc, char **argv) { | |||
| 430 | while (true) { | 430 | while (true) { |
| 431 | int option = 0; | 431 | int option = 0; |
| 432 | int option_index = | 432 | int option_index = |
| 433 | getopt_long(argc, argv, "Vvhkt:c:w:p:s:u:C:a:z:r:m:P:T:X:", longopts, &option); | 433 | getopt_long(argc, argv, "Vvhkt:c:w:p:s:u:C:a:z:r:m:P:TX:", longopts, &option); |
| 434 | 434 | ||
| 435 | if (option_index == -1 || option_index == EOF) { | 435 | if (option_index == -1 || option_index == EOF) { |
| 436 | break; | 436 | break; |
