Code

print_help and print_usage() cleanup
[nagiosplug.git] / plugins / check_hpjd.c
index 816ce19bc8e4c9682831fe879ff1a322c0b431a1..678d5c80c72c119acfde15f5b660dcc0b9e3b95c 100644 (file)
@@ -398,6 +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);
 }