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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index 1ee4d13..5fe0698 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -344,7 +344,7 @@ process_arguments (int argc, char **argv)
344 break; 344 break;
345 case 'p': 345 case 'p':
346 if (!is_intpos(optarg)) 346 if (!is_intpos(optarg))
347 usage2 (_("Port must be a positive integer"), optarg); 347 usage2 (_("Port must be a positive short integer"), optarg);
348 else 348 else
349 port = atoi(optarg); 349 port = atoi(optarg);
350 break; 350 break;