Kaynağa Gözat

correcting parenthesis error

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c
Benoit Mortier 21 yıl önce
ebeveyn
işleme
c1af46b890
2 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 1 2
      plugins/check_load.c
  2. 1 1
      plugins/check_ssh.c

+ 1 - 2
plugins/check_load.c

@@ -319,8 +319,7 @@ the load average format is the same used by \"uptime\" and \"w\"\n\n"));
 void
 void
 print_usage (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);
 	printf (UT_HLP_VRS, progname, progname);
 }
 }

+ 1 - 1
plugins/check_ssh.c

@@ -288,7 +288,7 @@ void
 print_usage (void)
 print_usage (void)
 {
 {
 	printf ("\
 	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);
 	printf (UT_HLP_VRS, progname, progname);
 }
 }