aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-02-27 08:17:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2019-02-27 08:17:07 +0100
commit544143da0cd0309b46427d4da9858dcd1dca953d (patch)
tree5d5ba6e5f31839d8a9fd0e78d2325914719ae721 /networking/udhcp/dhcpc.c
parentf55161ad27b641f6e09c6c498fa8a2bdb1112b0a (diff)
downloadbusybox-544143da0cd0309b46427d4da9858dcd1dca953d.tar.gz
udhcpc: tweak --help
function old new delta packed_usage 33324 33315 -9 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index dcec8cdfd..d491e8906 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -1209,13 +1209,13 @@ static void client_background(void)
//usage: "\n -t N Send up to N discover packets (default 3)"
//usage: "\n -T SEC Pause between packets (default 3)"
//usage: "\n -A SEC Wait if lease is not obtained (default 20)"
+//usage: USE_FOR_MMU(
+//usage: "\n -b Background if lease is not obtained"
+//usage: )
//usage: "\n -n Exit if lease is not obtained"
//usage: "\n -q Exit after obtaining lease"
//usage: "\n -R Release IP on exit"
//usage: "\n -f Run in foreground"
-//usage: USE_FOR_MMU(
-//usage: "\n -b Background if lease is not obtained"
-//usage: )
//usage: "\n -S Log to syslog too"
//usage: IF_FEATURE_UDHCPC_ARPING(
//usage: "\n -a[MSEC] Validate offered address with ARP ping"