vboxmanage: fix typo in example (#8070)

This commit is contained in:
gitmpr
2022-05-16 10:16:38 +02:00
committed by GitHub
parent bc8eae779f
commit 9659a81dc3

View File

@@ -18,7 +18,7 @@
- Start a virtual machine in headless mode:
`VBoxManage startvm {{name|uuid}} -type headless`
`VBoxManage startvm {{name|uuid}} --type headless`
- Shutdown the virtual machine and save its current state: