diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 10:53:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-21 10:53:56 +0000 |
commit | 7a0a8dcb24e2ad416085be209aeeb3f064f6fce2 (patch) | |
tree | 5615d3d30c3167271748267528b9007a2fb7474f /socket.c | |
parent | cc0f8a09d93ed7093792a23218177c141b34f0c2 (diff) | |
download | fetchmail-7a0a8dcb24e2ad416085be209aeeb3f064f6fce2.tar.gz fetchmail-7a0a8dcb24e2ad416085be209aeeb3f064f6fce2.tar.bz2 fetchmail-7a0a8dcb24e2ad416085be209aeeb3f064f6fce2.zip |
Add full support for --service option.
svn path=/trunk/; revision=4308
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |