aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-10 16:13:17 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-10 16:13:17 +0200
commit84e1caf51ca3e907e6a21a576a1642ee3474ecb4 (patch)
tree53c7bc886f319141de33e0ce149b4a2fcd298a97
parente3c6e19015a43091b19126f37e0375fa03f23559 (diff)
downloadbusybox-84e1caf51ca3e907e6a21a576a1642ee3474ecb4.tar.gz
udhcpc: better wording in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index f905145ae..c7b3eea8e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4693,7 +4693,7 @@ IF_FEATURE_TUNCTL_UG( \
"\n -r,--request=IP IP address to request" \
"\n -s,--script=file Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \
"\n -t,--retries=N Send up to N request packets" \
- "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \
+ "\n -T,--timeout=N Pause between packets (default 3 seconds)" \
"\n -A,--tryagain=N Wait N seconds (default 20) after failure" \
"\n -O,--request-option=OPT Request DHCP option OPT (cumulative)" \
"\n -o,--no-default-options Don't request any options (unless -O is also given)" \