1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

virsh-help: add page (#5910)

This commit is contained in:
Adam Herst 2021-05-11 15:31:09 -04:00 committed by GitHub
parent 22d9d4f0ff
commit 2dc9b6b081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,21 @@
# virsh-help
> Display information about `virsh` commands or command groups.
> See also: `virsh`.
> More information: <https://manned.org/virsh>.
- List the `virsh` commands grouped into related categories:
`virsh help`
- List the command categories:
`virsh help | grep "keyword"`
- List the commands in a category:
`virsh help {{category_keyword}}`
- Show help for a command:
`virsh help {{command}}`