diff options
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 6bcffae6..e20a76d9 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -393,7 +393,7 @@ print_help (void) | |||
393 | printf ("%s\n", _("Net-snmp must be installed on the computer running the plugin.")); | 393 | printf ("%s\n", _("Net-snmp must be installed on the computer running the plugin.")); |
394 | 394 | ||
395 | printf ("\n\n"); | 395 | printf ("\n\n"); |
396 | 396 | ||
397 | print_usage (); | 397 | print_usage (); |
398 | 398 | ||
399 | printf (_(UT_HELP_VRSN)); | 399 | printf (_(UT_HELP_VRSN)); |
@@ -402,6 +402,7 @@ print_help (void) | |||
402 | printf (" %s", _("The SNMP community name ")); | 402 | printf (" %s", _("The SNMP community name ")); |
403 | printf (_("(default=%s)"), DEFAULT_COMMUNITY); | 403 | printf (_("(default=%s)"), DEFAULT_COMMUNITY); |
404 | 404 | ||
405 | printf ("\n"); | ||
405 | printf (_(UT_SUPPORT)); | 406 | printf (_(UT_SUPPORT)); |
406 | } | 407 | } |
407 | 408 | ||