summaryrefslogtreecommitdiffstats
path: root/plugins/check_load.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 17:15:27 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 17:15:27 (GMT)
commitc1af46b89043970495cb683437e2f2a79f52df2f (patch)
tree6473b1b60b5faee2d42a3dde22d2a6d3eac237f2 /plugins/check_load.c
parent2ad398d2e04717ce3a6a8fb869e855c42581a30a (diff)
downloadmonitoring-plugins-c1af46b89043970495cb683437e2f2a79f52df2f.tar.gz
correcting parenthesis error
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r--plugins/check_load.c3
1 files changed, 1 insertions, 2 deletions
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"));
319void 319void
320print_usage (void) 320print_usage (void)
321{ 321{
322 printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n"), 322 printf ("Usage: %s -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15\n", progname);
323 progname);
324 323
325 printf (UT_HLP_VRS, progname, progname); 324 printf (UT_HLP_VRS, progname, progname);
326} 325}