summaryrefslogtreecommitdiffstats
path: root/plugins/check_hpjd.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-04 10:57:12 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-04 10:57:12 (GMT)
commit7e2e599660083e1ce6de6d9230e456d9a4e3772d (patch)
tree08ccc6de5a543c651f8712a6a4360278477b2c4e /plugins/check_hpjd.c
parentb467ed427c762e401819b101dc22e112fdd5ff72 (diff)
downloadmonitoring-plugins-7e2e599660083e1ce6de6d9230e456d9a4e3772d.tar.gz
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
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r--plugins/check_hpjd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index d49661a..5376956 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"));
398void 398void
399print_usage (void) 399print_usage (void)
400{ 400{
401 printf ("Usage: %s -H host [-C community]\n"), progname); 401 printf ("Usage: %s -H host [-C community]\n", progname);
402} 402}