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:
parent
bc8eae779f
commit
9659a81dc3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue