mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
virsh: fix syntax of connect example (#5854)
This commit is contained in:
parent
b2e8007840
commit
4fb8cf891b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- Connect to a hypervisor session:
|
- Connect to a hypervisor session:
|
||||||
|
|
||||||
`virsh connect {{qemu://system}}`
|
`virsh connect {{qemu:///system}}`
|
||||||
|
|
||||||
- List all domains:
|
- List all domains:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue