summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95e4056)
raw | patch | inline | side by side (parent: 95e4056)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 20 Nov 2002 01:19:07 +0000 (01:19 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Wed, 20 Nov 2002 01:19:07 +0000 (01:19 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@217 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_by_ssh.c | patch | blob | history |
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index 93f1ead53173db1d348db022c74b393f0de4d276..59e417861fcac568f13e3c36cf79b5e04dc2f9e9 100644 (file)
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
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)