From c1af46b89043970495cb683437e2f2a79f52df2f Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Fri, 3 Dec 2004 17:15:27 +0000 Subject: correcting parenthesis error git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_load.c b/plugins/check_load.c index 6d87237..2112d1c 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c @@ -319,8 +319,7 @@ the load average format is the same used by \"uptime\" and \"w\"\n\n")); 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); } diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index a21e2f5..d1ae46b 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c @@ -288,7 +288,7 @@ void print_usage (void) { printf ("\ -Usage: %s [-46] [-t ] [-r ] [-p ] \n"), progname); +Usage: %s [-46] [-t ] [-r ] [-p ] \n", progname); printf (UT_HLP_VRS, progname, progname); } -- cgit v0.10-9-g596f