From 7e2e599660083e1ce6de6d9230e456d9a4e3772d Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Sat, 4 Dec 2004 10:57:12 +0000 Subject: check_dns needs a space between 'time' and the hostname check_hpjd needs a parenthesis removed in print_usage() git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1000 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_hpjd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_hpjd.c') diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index d49661ad..53769565 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -398,5 +398,5 @@ Net-snmp must be installed on the computer running the plugin.\n\n")); void print_usage (void) { - printf ("Usage: %s -H host [-C community]\n"), progname); + printf ("Usage: %s -H host [-C community]\n", progname); } -- cgit v1.2.3-74-g34f1