X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_hpjd.c;h=53769565b87827c84778f0472ec2ac1a94fdd2e3;hb=3438df79d1fbf7d929467855ffe7b9f1c181c09e;hp=d49661ad3498007411557bf214087ecc5213fed8;hpb=30a4266a3a624abbbaace89141f1369ecb5367aa;p=nagiosplug.git 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")); void print_usage (void) { - printf ("Usage: %s -H host [-C community]\n"), progname); + printf ("Usage: %s -H host [-C community]\n", progname); }