-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolvectl: add page #7484
resolvectl: add page #7484
Conversation
Good to see you contributing again! |
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
pages/linux/resolvectl.md
Outdated
|
||
- Retrieve an MX record of domain: | ||
|
||
`resolvectl --legend=no -t MX query {{domain}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We prefer long arguments, and there are extra spaces.
`resolvectl --legend=no -t MX query {{domain}}` | |
`resolvectl --legend={{no}} --type={{MX}} query {{domain}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I selected commit suggestion, yet it still says 1 change requested. Is there anything else that needs to be changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me after @navarroaxel's comments have been addressed
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
common/
,linux/
, etc.)Version of the command being documented (if known):