aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-30 20:52:10 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-09-30 20:52:10 +0000
commit297d987034a23511a748b4c9aa9093590584a37e (patch)
treebaa06980ecaf8a8cedb27887f6da8b6d47e9f8c6 /include/usage.h
parent613d1366341793b382f63572d472016c1ad7b5a0 (diff)
downloadbusybox-w32-297d987034a23511a748b4c9aa9093590584a37e.tar.gz
busybox-w32-297d987034a23511a748b4c9aa9093590584a37e.tar.bz2
busybox-w32-297d987034a23511a748b4c9aa9093590584a37e.zip
last_patch58 from vodz:
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) git-svn-id: svn://busybox.net/trunk/busybox@5614 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 33a81c467..1e0fe6805 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1801,6 +1801,14 @@
1801 "Telnet is used to establish interactive communication with another\n"\ 1801 "Telnet is used to establish interactive communication with another\n"\
1802 "computer over a network using the TELNET protocol." 1802 "computer over a network using the TELNET protocol."
1803 1803
1804#define telnetd_trivial_usage \
1805 "[OPTION]"
1806#define telnetd_full_usage \
1807 "Telnetd listens for incoming TELNET connections on PORT.\n"\
1808 "Options:\n" \
1809 "\t-p PORT\tlisten for connections on PORT (default 23)\n"\
1810 "\t-l LOGIN\texec LOGIN on connect (default /bin/sh)"
1811
1804#define test_trivial_usage \ 1812#define test_trivial_usage \
1805 "EXPRESSION\n or [ EXPRESSION ]" 1813 "EXPRESSION\n or [ EXPRESSION ]"
1806#define test_full_usage \ 1814#define test_full_usage \