diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 210e1f246..1e05532d5 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3517,6 +3517,8 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3517 | "\n\nOptions:" \ | 3517 | "\n\nOptions:" \ |
3518 | "\n -l LOGIN Exec LOGIN on connect" \ | 3518 | "\n -l LOGIN Exec LOGIN on connect" \ |
3519 | "\n -f issue_file Display issue_file instead of /etc/issue" \ | 3519 | "\n -f issue_file Display issue_file instead of /etc/issue" \ |
3520 | "\n -K Close connection as soon as login exits" \ | ||
3521 | "\n (normally wait until all programs close slave pty)" \ | ||
3520 | USE_FEATURE_TELNETD_STANDALONE( \ | 3522 | USE_FEATURE_TELNETD_STANDALONE( \ |
3521 | "\n -p PORT Port to listen to" \ | 3523 | "\n -p PORT Port to listen to" \ |
3522 | "\n -b ADDR Address to bind to" \ | 3524 | "\n -b ADDR Address to bind to" \ |