Code

Add another error string match from Pasi Tiittanen
[nagiosplug.git] / plugins / check_hpjd.c
index d49661ad3498007411557bf214087ecc5213fed8..53769565b87827c84778f0472ec2ac1a94fdd2e3 100644 (file)
@@ -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);
 }