From 9659a81dc32ceb266274e2c5b728620c08616ba8 Mon Sep 17 00:00:00 2001 From: gitmpr <89863774+gitmpr@users.noreply.github.com> Date: Mon, 16 May 2022 10:16:38 +0200 Subject: [PATCH] vboxmanage: fix typo in example (#8070) --- pages/common/vboxmanage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/vboxmanage.md b/pages/common/vboxmanage.md index 4524c664b..52a3ced92 100644 --- a/pages/common/vboxmanage.md +++ b/pages/common/vboxmanage.md @@ -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: