diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-11-07 15:44:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-11-07 15:44:46 +0100 |
commit | 50089fc61c1dbb3d09c4bee21ab6d2aa44361ff9 (patch) | |
tree | 04dcdb3027c118ce5069077ff246f6f05d64c138 /networking/udhcp/dhcpc.c | |
parent | 0fd4347cedd1d32341e827c04dd36aaaf2e8040d (diff) | |
download | busybox-w32-50089fc61c1dbb3d09c4bee21ab6d2aa44361ff9.tar.gz busybox-w32-50089fc61c1dbb3d09c4bee21ab6d2aa44361ff9.tar.bz2 busybox-w32-50089fc61c1dbb3d09c4bee21ab6d2aa44361ff9.zip |
udhcpc: trim help text, rename badly-named variable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-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 f202ecf74..3a4ef9e64 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -1055,7 +1055,7 @@ static void client_background(void) | |||
1055 | //usage:#endif | 1055 | //usage:#endif |
1056 | //usage:#define udhcpc_trivial_usage | 1056 | //usage:#define udhcpc_trivial_usage |
1057 | //usage: "[-fbnq"IF_UDHCP_VERBOSE("v")"oCRB] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]\n" | 1057 | //usage: "[-fbnq"IF_UDHCP_VERBOSE("v")"oCRB] [-i IFACE] [-r IP] [-s PROG] [-p PIDFILE]\n" |
1058 | //usage: " [-H HOSTNAME] [-V VENDOR] [-x OPT:VAL]... [-O OPT]..." IF_FEATURE_UDHCP_PORT(" [-P N]") | 1058 | //usage: " [-V VENDOR] [-x OPT:VAL]... [-O OPT]..." IF_FEATURE_UDHCP_PORT(" [-P N]") |
1059 | //usage:#define udhcpc_full_usage "\n" | 1059 | //usage:#define udhcpc_full_usage "\n" |
1060 | //usage: IF_LONG_OPTS( | 1060 | //usage: IF_LONG_OPTS( |
1061 | //usage: "\n -i,--interface IFACE Interface to use (default eth0)" | 1061 | //usage: "\n -i,--interface IFACE Interface to use (default eth0)" |
@@ -1132,8 +1132,8 @@ static void client_background(void) | |||
1132 | //usage: ) | 1132 | //usage: ) |
1133 | //usage: ) | 1133 | //usage: ) |
1134 | //usage: "\nSignals:" | 1134 | //usage: "\nSignals:" |
1135 | //usage: "\n USR1 Renew current lease" | 1135 | //usage: "\n USR1 Renew lease" |
1136 | //usage: "\n USR2 Release current lease" | 1136 | //usage: "\n USR2 Release lease" |
1137 | 1137 | ||
1138 | 1138 | ||
1139 | int udhcpc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 1139 | int udhcpc_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |