diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-10 22:37:40 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-10 22:37:40 +0000 |
commit | 13e1cca6babb6cb5b6e1de4bb775160eb053308c (patch) | |
tree | 984ee95b3af3026abe492f8541073efae98f2190 /include/usage.h | |
parent | 6e8eb2d68632ca2cb133f237e5eac060bce70418 (diff) | |
download | busybox-w32-13e1cca6babb6cb5b6e1de4bb775160eb053308c.tar.gz busybox-w32-13e1cca6babb6cb5b6e1de4bb775160eb053308c.tar.bz2 busybox-w32-13e1cca6babb6cb5b6e1de4bb775160eb053308c.zip |
telnetd -b (bind to specific address) support from Iuri Gomes Diniz.
git-svn-id: svn://busybox.net/trunk/busybox@12205 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 1 |
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 @@ | |||
2951 | "Telnetd listens for incoming TELNET connections on PORT.\n" \ | 2951 | "Telnetd listens for incoming TELNET connections on PORT.\n" \ |
2952 | "Options:\n" \ | 2952 | "Options:\n" \ |
2953 | "\t-p PORT\tlisten for connections on PORT (default 23)\n" \ | 2953 | "\t-p PORT\tlisten for connections on PORT (default 23)\n" \ |
2954 | "\t-b ADDR\tlisten for connections on ADDR (default 0.0.0.0)\n"\ | ||
2954 | "\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \ | 2955 | "\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \ |
2955 | "\t-f issue_file\tDisplay issue_file instead of /etc/issue" | 2956 | "\t-f issue_file\tDisplay issue_file instead of /etc/issue" |
2956 | #endif | 2957 | #endif |