From 31c269b7527b5a3c323ec80263f1b2f2c2bcc402 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sat, 27 Jan 2024 06:43:51 +0000 Subject: [PATCH] README: Fix --tries switch name Fixes #40. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb19dd..53b268c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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)