|
|
@@ -223,9 +223,9 @@ process_arguments (int argc, char **argv)
|
|
|
set_thresholds (&thlds, warning_range, critical_range);
|
|
|
|
|
|
if (thlds->warning->end < 0)
|
|
|
- usage4 (_("Warning threshold must be a zero or greater"));
|
|
|
+ usage4 (_("Warning threshold must be zero or greater"));
|
|
|
if (thlds->critical->end < 0)
|
|
|
- usage4 (_("Critical threshold must be a zero or greater"));
|
|
|
+ usage4 (_("Critical threshold must be zero or greater"));
|
|
|
|
|
|
return OK;
|
|
|
}
|