aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-14 14:04:26 -0700
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-14 14:04:26 -0700
commite6080a4d7ed593e9ba4bf0027eb8142d52846085 (patch)
tree089ede4d4a4d8d20630b0bc693eb8b1b71190dbe
parentb9dd5ab6d954d0a6fd3813191a2ff2844347c54c (diff)
downloadbusybox-w32-e6080a4d7ed593e9ba4bf0027eb8142d52846085.tar.gz
busybox-w32-e6080a4d7ed593e9ba4bf0027eb8142d52846085.tar.bz2
busybox-w32-e6080a4d7ed593e9ba4bf0027eb8142d52846085.zip
udhcpc: make help text better
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 4c8551202..4568fac9f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4835,10 +4835,7 @@
4835 "\n -s,--script PROG Run PROG at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \ 4835 "\n -s,--script PROG Run PROG at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \
4836 "\n -t,--retries N Send up to N discover packets" \ 4836 "\n -t,--retries N Send up to N discover packets" \
4837 "\n -T,--timeout N Pause between packets (default 3 seconds)" \ 4837 "\n -T,--timeout N Pause between packets (default 3 seconds)" \
4838 "\n -A,--tryagain N Wait N seconds (default 20) after failure" \ 4838 "\n -A,--tryagain N Wait N seconds after failure (default 20)" \
4839 "\n -x OPT:VAL Include option OPT in sent packets (cumulative)" \
4840 "\n -O,--request-option OPT Request DHCP option OPT (cumulative)" \
4841 "\n -o,--no-default-options Don't request any options (unless -O is given)" \
4842 "\n -f,--foreground Run in foreground" \ 4839 "\n -f,--foreground Run in foreground" \
4843 USE_FOR_MMU( \ 4840 USE_FOR_MMU( \
4844 "\n -b,--background Background if lease is not obtained" \ 4841 "\n -b,--background Background if lease is not obtained" \
@@ -4853,6 +4850,9 @@
4853 IF_FEATURE_UDHCPC_ARPING( \ 4850 IF_FEATURE_UDHCPC_ARPING( \
4854 "\n -a,--arping Use arping to validate offered address" \ 4851 "\n -a,--arping Use arping to validate offered address" \
4855 ) \ 4852 ) \
4853 "\n -O,--request-option OPT Request DHCP option OPT (cumulative)" \
4854 "\n -o,--no-default-options Don't request any options (unless -O is given)" \
4855 "\n -x OPT:VAL Include option OPT in sent packets (cumulative)" \
4856 "\n -F,--fqdn NAME Ask server to update DNS mapping for NAME" \ 4856 "\n -F,--fqdn NAME Ask server to update DNS mapping for NAME" \
4857 "\n -H,-h,--hostname NAME Send NAME as client hostname (default none)" \ 4857 "\n -H,-h,--hostname NAME Send NAME as client hostname (default none)" \
4858 "\n -V,--vendorclass VENDOR Vendor identifier (default 'udhcp VERSION')" \ 4858 "\n -V,--vendorclass VENDOR Vendor identifier (default 'udhcp VERSION')" \