Parcourir la source

small wording change

abrist il y a 12 ans
Parent
commit
011cbe27e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plugins/check_dig.c

+ 1 - 1
plugins/check_dig.c

@@ -95,7 +95,7 @@ main (int argc, char **argv)
   int timeout_interval_dig = timeout_interval / number_tries;
 
   if (timeout_interval_dig < 1)
-    usage_va(_("Division of timeout value by retries value is less than one"));
+    usage_va(_("Division of timeout value by retries value cannot be less than one"));
 
   /* get the command to run */
   xasprintf (&command_line, "%s @%s -p %d %s -t %s %s %s +tries=%d +time=%d",