MINOR: init: indicate to check 'bind' lines when no listeners were found.

It used to still mention '<listen>'.
diff --git a/src/haproxy.c b/src/haproxy.c
index b730ab1..4b4fdee 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -1666,7 +1666,7 @@
 	}
 
 	if (listeners == 0) {
-		Alert("[%s.main()] No enabled listener found (check the <listen> keywords) ! Exiting.\n", argv[0]);
+		Alert("[%s.main()] No enabled listener found (check for 'bind' directives) ! Exiting.\n", argv[0]);
 		/* Note: we don't have to send anything to the old pids because we
 		 * never stopped them. */
 		exit(1);