diff options
author | Denys Vlasenko | 2019-02-27 08:17:07 +0100 |
---|---|---|
committer | Denys Vlasenko | 2019-02-27 08:17:07 +0100 |
commit | 544143da0cd0309b46427d4da9858dcd1dca953d (patch) | |
tree | 5d5ba6e5f31839d8a9fd0e78d2325914719ae721 /networking | |
parent | f55161ad27b641f6e09c6c498fa8a2bdb1112b0a (diff) | |
download | busybox-544143da0cd0309b46427d4da9858dcd1dca953d.zip busybox-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')
-rw-r--r-- | networking/udhcp/dhcpc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index dcec8cd..d491e89 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" |