diff options
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r-- | networking/telnetd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c index 4404064fc..33020f1b4 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -26,7 +26,6 @@ | |||
26 | //usage:#define telnetd_full_usage "\n\n" | 26 | //usage:#define telnetd_full_usage "\n\n" |
27 | //usage: "Handle incoming telnet connections" | 27 | //usage: "Handle incoming telnet connections" |
28 | //usage: IF_NOT_FEATURE_TELNETD_STANDALONE(" via inetd") "\n" | 28 | //usage: IF_NOT_FEATURE_TELNETD_STANDALONE(" via inetd") "\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -l LOGIN Exec LOGIN on connect" | 29 | //usage: "\n -l LOGIN Exec LOGIN on connect" |
31 | //usage: "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" | 30 | //usage: "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" |
32 | //usage: "\n -K Close connection as soon as login exits" | 31 | //usage: "\n -K Close connection as soon as login exits" |