adig: refresh page (#9714)

* Deprecate `specified` in favour of `specific`

* Apply suggestions from code review

* Apply suggestions from code review
This commit is contained in:
Emily Grace Seville
2023-01-06 22:52:19 +10:00
committed by GitHub
parent 0239f5de94
commit 32c8eaf13a

View File

@@ -11,14 +11,14 @@
`adig -d {{example.com}}` `adig -d {{example.com}}`
- Connect to [s]pecified DNS server: - Connect to a specific DNS [s]erver:
`adig -s {{1.2.3.4}} {{example.com}}` `adig -s {{1.2.3.4}} {{example.com}}`
- Use specified TCP port to connect to DNS server: - Use a specific TCP port to connect to a DNS server:
`adig -T {{port}} {{example.com}}` `adig -T {{port}} {{example.com}}`
- Use specified UDP port to connect to DNS server: - Use a specific UDP port to connect to a DNS server:
`adig -U {{port}} {{example.com}}` `adig -U {{port}} {{example.com}}`