Pārlūkot izejas kodu

in short options, t no no argument

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@217 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop 23 gadi atpakaļ
vecāks
revīzija
5c36290094
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      plugins/check_by_ssh.c

+ 2 - 2
plugins/check_by_ssh.c

@@ -209,10 +209,10 @@ process_arguments (int argc, char **argv)
 	while (1) {
 	while (1) {
 #ifdef HAVE_GETOPT_H
 #ifdef HAVE_GETOPT_H
 		c =
 		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);
 									 &option_index);
 #else
 #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
 #endif
 
 
 		if (c == -1 || c == EOF)
 		if (c == -1 || c == EOF)