[Nagiosplug-checkins] nagiosplug/plugins check_load.c,1.23,1.24 check_ssh.c,1.22,1.23

Benoit Mortier opensides at users.sourceforge.net
Fri Dec 3 09:16:04 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3023/plugins

Modified Files:
	check_load.c check_ssh.c 
Log Message:

correcting parenthesis error



Index: check_load.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_load.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- check_load.c	3 Dec 2004 16:56:27 -0000	1.23
+++ check_load.c	3 Dec 2004 17:15:27 -0000	1.24
@@ -319,8 +319,7 @@
 void
 print_usage (void)
 {
-	printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"),
-	        progname);
+	printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n", progname);
 					
 	printf (UT_HLP_VRS, progname, progname);
 }

Index: check_ssh.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ssh.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- check_ssh.c	3 Dec 2004 16:56:27 -0000	1.22
+++ check_ssh.c	3 Dec 2004 17:15:27 -0000	1.23
@@ -288,7 +288,7 @@
 print_usage (void)
 {
 	printf ("\
-Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n"), progname);
+Usage: %s [-46] [-t <timeout>] [-r <remote version>] [-p <port>] <host>\n", progname);
 
 	printf (UT_HLP_VRS, progname, progname);
 }





More information about the Commits mailing list