diff options
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 907c180..11ea955 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -446,7 +446,7 @@ process_arguments (int argc, char **argv) | |||
446 | break; | 446 | break; |
447 | case 't': /* timeout period */ | 447 | case 't': /* timeout period */ |
448 | if (!is_integer (optarg)) | 448 | if (!is_integer (optarg)) |
449 | usage2 (_("Timeout Interval must be an integer"), optarg); | 449 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
450 | else | 450 | else |
451 | timeout_interval = atoi (optarg); | 451 | timeout_interval = atoi (optarg); |
452 | break; | 452 | break; |