summaryrefslogtreecommitdiffstats
path: root/plugins/check_hpjd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r--plugins/check_hpjd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index 7ad950a..b9b3f7f 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -400,5 +400,6 @@ print_usage (void)
400{ 400{
401 printf (_("\ 401 printf (_("\
402Usage: %s -H host [-C community]\n"), progname); 402Usage: %s -H host [-C community]\n"), progname);
403 printf (_(UT_HLP_VRS), progname, progname); 403
404 printf (UT_HLP_VRS, progname, progname);
404} 405}