adig: refresh page (#9714)

* Deprecate `specified` in favour of `specific`

* Apply suggestions from code review

* Apply suggestions from code review
pull/3/head
Emily Grace Seville 2023-01-06 22:52:19 +10:00 committed by GitHub
parent 0239f5de94
commit 32c8eaf13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,14 +11,14 @@
`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}}`
- 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}}`
- 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}}`