1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/common/virsh-help.md
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

414 B

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

  • Display help for a command:

virsh help {{command}}