aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-11-10 22:37:40 +0000
committerRob Landley <rob@landley.net>2005-11-10 22:37:40 +0000
commit64a5f96780a6a507c577629a5697cdbb53f7bc9b (patch)
tree984ee95b3af3026abe492f8541073efae98f2190 /include/usage.h
parent990025a7d971bbbdd982d2d070d3e47628d0fac0 (diff)
downloadbusybox-64a5f96780a6a507c577629a5697cdbb53f7bc9b.tar.gz
telnetd -b (bind to specific address) support from Iuri Gomes Diniz.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index a82230e41..4b27984f3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2951,6 +2951,7 @@
"Telnetd listens for incoming TELNET connections on PORT.\n" \
"Options:\n" \
"\t-p PORT\tlisten for connections on PORT (default 23)\n" \
+ "\t-b ADDR\tlisten for connections on ADDR (default 0.0.0.0)\n"\
"\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \
"\t-f issue_file\tDisplay issue_file instead of /etc/issue"
#endif