From: Denys Vlasenko Date: Sat, 10 Oct 2009 14:14:41 +0000 (+0200) Subject: udhcpc: more help text tweaking X-Git-Tag: 1_16_0~401 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f26e98f4e939846b73d83e5173ab35478d166331;p=oweals%2Fbusybox.git udhcpc: more help text tweaking Signed-off-by: Denys Vlasenko --- diff --git a/include/usage.h b/include/usage.h index c7b3eea8e..3cb05e090 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4692,7 +4692,7 @@ IF_FEATURE_TUNCTL_UG( \ "\n -p,--pidfile=file Create pidfile" \ "\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,--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 -O,--request-option=OPT Request DHCP option OPT (cumulative)" \