diff options
-rw-r--r-- | plugins/check_by_ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 93f1ead5..59e41786 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c @@ -209,10 +209,10 @@ process_arguments (int argc, char **argv) while (1) { #ifdef HAVE_GETOPT_H c = - getopt_long (argc, argv, "+?Vvhft46H:O:p:i:u:l:C:n:s:", long_options, + getopt_long (argc, argv, "Vvh46ft:H:O:p:i:u:l:C:n:s:", long_options, &option_index); #else - c = getopt (argc, argv, "+?Vvhft46H:O:p:i:u:l:C:n:s:"); + c = getopt (argc, argv, "Vvh46ft:H:O:p:i:u:l:C:n:s:"); #endif if (c == -1 || c == EOF) |