1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:13:31 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: