> + if (opt_max_tries < 1 || opt_max_tries > 10) > + error (EXIT_FAILURE, 0, "number of tries should be between 0 and 10");
This is wrong, Message should be:
"number of tries should be between 1 and 10"
I have to leave some work for you...
_______________________________________________
bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils
