Skip to content

Commit

Permalink
README: Fix --tries switch name
Browse files Browse the repository at this point in the history
Fixes #40.
  • Loading branch information
CyberShadow committed Jan 27, 2024
1 parent 2d3cfc2 commit 31c269b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Options can also be specified by name:

Query mode will report the first reply recieved. To automatically send a discover packet and wait for
all replies before the timeout, use `--wait`. For additional resilience against dropped packets on busy
networks, consider using the `--retry` and `--timeout` switches:
networks, consider using the `--tries` and `--timeout` switches:

dhcptest --quiet --query --wait --retry 5 --timeout 10
dhcptest --quiet --query --wait --tries 5 --timeout 10

You can spoof the Vendor Class Identifier, or send additional DHCP options with the request packet,
using the `--option` switch:
Expand Down Expand Up @@ -117,7 +117,7 @@ For a list and description of DHCP options, see [RFC 2132](https://datatracker.i

### dhcptest v0.4 (2014-07-21)

* Add switches: `--retry`, `--timeout`, `--option`
* Add switches: `--tries`, `--timeout`, `--option`

### dhcptest v0.3 (2014-04-05)

Expand Down

0 comments on commit 31c269b

Please sign in to comment.