From 542ab148b97dcaa3483df993267280fe96749e68 Mon Sep 17 00:00:00 2001 From: gursewak1997 Date: Thu, 21 May 2026 09:27:27 -0700 Subject: [PATCH] docs: Fix incorrect flag in to-disk example Signed-off-by: gursewak1997 --- docs/src/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/quick-start.md b/docs/src/quick-start.md index 1214fd5c7..e85f90c55 100644 --- a/docs/src/quick-start.md +++ b/docs/src/quick-start.md @@ -35,7 +35,7 @@ bcvk to-disk quay.io/centos-bootc/centos-bootc:stream10 /path/to/disk.img bcvk to-disk --format qcow2 quay.io/fedora/fedora-bootc:42 /path/to/fedora.qcow2 # Custom size -bcvk to-disk --size 20G quay.io/fedora/fedora-bootc:42 /path/to/large-disk.img +bcvk to-disk --disk-size 20G quay.io/fedora/fedora-bootc:42 /path/to/large-disk.img ``` ## Persistent VMs with libvirt