diff options
author | Denys Vlasenko | 2010-03-25 20:32:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-25 20:32:38 +0100 |
commit | 7e6add1dfca95183bf409820066fab975979bf06 (patch) | |
tree | 0da56954d93e9b10e956235a32f0d0644a60063b /include/usage.h | |
parent | 0454d9d6c314f381eee8022ad4e7447d2fa1dcf1 (diff) | |
download | busybox-7e6add1dfca95183bf409820066fab975979bf06.zip busybox-7e6add1dfca95183bf409820066fab975979bf06.tar.gz |
udhcpc: add -x OPT:VAL option
function old new delta
udhcp_str2optset - 443 +443
add_client_options - 160 +160
udhcpc_main 2753 2857 +104
packed_usage 26670 26689 +19
attach_option 380 385 +5
udhcpd_main 1964 1965 +1
udhcp_add_option_string 94 86 -8
add_param_req_option 128 - -128
read_opt 443 - -443
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 4/1 up/down: 732/-579) Total: 153 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-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 40cb6b2..a343b41 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4821,6 +4821,7 @@ "\n -t,--retries N Send up to N discover packets" \ "\n -T,--timeout N Pause between packets (default 3 seconds)" \ "\n -A,--tryagain N Wait N seconds (default 20) after failure" \ + "\n -x OPT:VAL Include option OPT in sent packets (cumulative)" \ "\n -O,--request-option OPT Request DHCP option OPT (cumulative)" \ "\n -o,--no-default-options Don't request any options (unless -O is given)" \ "\n -f,--foreground Run in foreground" \ @@ -4851,6 +4852,7 @@ "\n -t N Send up to N discover packets" \ "\n -T N Pause between packets (default 3 seconds)" \ "\n -A N Wait N seconds (default 20) after failure" \ + "\n -x OPT:VAL Include option OPT in sent packets" \ "\n -O OPT Request DHCP option OPT (cumulative)" \ "\n -o Don't request any options (unless -O is given)" \ "\n -f Run in foreground" \ |