From 7a0a8dcb24e2ad416085be209aeeb3f064f6fce2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 21 Sep 2005 10:53:56 +0000 Subject: Add full support for --service option. svn path=/trunk/; revision=4308 --- socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.c b/socket.c index 85e710a2..dcc3ab0b 100644 --- a/socket.c +++ b/socket.c @@ -281,7 +281,7 @@ int SockOpen(const char *host, const char *service, report(stderr, GT_("getaddrinfo(\"%s\",\"%s\") error: %s\n"), host, service, gai_strerror(i)); if (i == EAI_SERVICE) - report(stderr, GT_("Try adding the --port option, see FAQ item R12.\n")); + report(stderr, GT_("Try adding the --service option, see FAQ item R12.\n")); return -1; } -- cgit v1.2.3