diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 3dd3411f..a71f1b67 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -180,7 +180,7 @@ process_arguments (int argc, char **argv) | |||
180 | exit (EXIT_SUCCESS); | 180 | exit (EXIT_SUCCESS); |
181 | case 't': /* timeout period */ | 181 | case 't': /* timeout period */ |
182 | if (!is_integer (optarg)) | 182 | if (!is_integer (optarg)) |
183 | usage2 (_("Timeout Interval must be an integer"), optarg); | 183 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
184 | else | 184 | else |
185 | timeout_interval = atoi (optarg); | 185 | timeout_interval = atoi (optarg); |
186 | break; | 186 | break; |