From 6fb87976d5ff4853ad47a8c58152ac94be70acf2 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:08:50 +0300 Subject: [PATCH] qm: match options with manual page (#17521) --- pages/linux/qm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/qm.md b/pages/linux/qm.md index 4e4746ce67..e23da041f9 100644 --- a/pages/linux/qm.md +++ b/pages/linux/qm.md @@ -10,7 +10,7 @@ - Using an ISO file uploaded on the local storage, create a virtual machine with a 4 GB IDE disk on the `local-lvm` storage and an ID of 100: -`qm {{[cr|create]}} {{100}} -ide0 {{local-lvm:4}} -net0 {{e1000}} -cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` +`qm {{[cr|create]}} {{100}} --ide0 {{local-lvm:4}} --net0 {{e1000}} --cdrom {{local:iso/proxmox-mailgateway_2.1.iso}}` - Show the configuration of a virtual machine, specifying its ID: