diff --git a/pages/common/virsh-help.md b/pages/common/virsh-help.md new file mode 100644 index 000000000..e2e1b129c --- /dev/null +++ b/pages/common/virsh-help.md @@ -0,0 +1,21 @@ +# virsh-help + +> Display information about `virsh` commands or command groups. +> See also: `virsh`. +> More information: . + +- 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}}`