diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-21 09:22:28 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-21 09:22:28 +0000 |
commit | 1101d1c98068d7a49942d6e9e11ca2e789a9cdba (patch) | |
tree | 8fcf79323f16e9e29ad0e257184ce4714b29c23b /include | |
parent | 84c8daa11f4c656bb4ba50b6e1c6d3b34c0f1b39 (diff) | |
download | busybox-w32-1101d1c98068d7a49942d6e9e11ca2e789a9cdba.tar.gz busybox-w32-1101d1c98068d7a49942d6e9e11ca2e789a9cdba.tar.bz2 busybox-w32-1101d1c98068d7a49942d6e9e11ca2e789a9cdba.zip |
telnet: shrink
telnetd: shrink, and fix issue file printing
test: better and shorter usage text
function old new delta
putiac2 51 50 -1
putiac 24 20 -4
handlenetoutput 95 91 -4
telnet_main 1480 1475 -5
iacflush 37 32 -5
make_new_session 436 421 -15
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-34) Total: -34 bytes
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index dbee32eb2..c3ad216d3 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4015,8 +4015,8 @@ | |||
4015 | #define telnet_full_usage "\n\n" \ | 4015 | #define telnet_full_usage "\n\n" \ |
4016 | "Connect to telnet server\n" \ | 4016 | "Connect to telnet server\n" \ |
4017 | "\nOptions:" \ | 4017 | "\nOptions:" \ |
4018 | "\n -a Attempt an automatic login with USER variable" \ | 4018 | "\n -a Automatic login with $USER variable" \ |
4019 | "\n -l USER Attempt an automatic login with USER argument" \ | 4019 | "\n -l USER Automatic login as USER" \ |
4020 | 4020 | ||
4021 | #else | 4021 | #else |
4022 | #define telnet_trivial_usage \ | 4022 | #define telnet_trivial_usage \ |
@@ -4047,8 +4047,8 @@ | |||
4047 | #define test_trivial_usage \ | 4047 | #define test_trivial_usage \ |
4048 | "EXPRESSION ]" | 4048 | "EXPRESSION ]" |
4049 | #define test_full_usage "\n\n" \ | 4049 | #define test_full_usage "\n\n" \ |
4050 | "Check file types and compares values returning an exit code\n" \ | 4050 | "Check file types, compare values etc. Return a 0/1 exit code\n" \ |
4051 | "determined by the value of EXPRESSION" | 4051 | "depending on logical value of EXPRESSION" |
4052 | #define test_example_usage \ | 4052 | #define test_example_usage \ |
4053 | "$ test 1 -eq 2\n" \ | 4053 | "$ test 1 -eq 2\n" \ |
4054 | "$ echo $?\n" \ | 4054 | "$ echo $?\n" \ |