diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-10 16:11:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-10 16:11:02 +0000 |
commit | 72c4d64d20c47bfbbc466d9c5fc6a9dc0db30977 (patch) | |
tree | c2049733f8a756202e510188e55a84286c3d4b22 /networking/udhcp | |
parent | 62ec21d0cf37f64984b0cec4129b72402af10e5a (diff) | |
download | busybox-72c4d64d20c47bfbbc466d9c5fc6a9dc0db30977.tar.gz |
- add helptext for --retries
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/README.udhcpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/README.udhcpc b/networking/udhcp/README.udhcpc index 0417ff2ab..46970a566 100644 --- a/networking/udhcp/README.udhcpc +++ b/networking/udhcp/README.udhcpc @@ -27,6 +27,7 @@ The command line options for the udhcp client are: -r, --request=IP IP address to request (default: none) -s, --script=file Run file at dhcp events (default: /usr/share/udhcpc/default.script) +-t, --retries=NUM Send up to NUM request packets -v, --version Display version |