1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`