Skip to content

Commit 542ab14

Browse files
committed
docs: Fix incorrect flag in to-disk example
Signed-off-by: gursewak1997 <gursmangat@gmail.com>
1 parent eac2fc3 commit 542ab14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bcvk to-disk quay.io/centos-bootc/centos-bootc:stream10 /path/to/disk.img
3535
bcvk to-disk --format qcow2 quay.io/fedora/fedora-bootc:42 /path/to/fedora.qcow2
3636

3737
# Custom size
38-
bcvk to-disk --size 20G quay.io/fedora/fedora-bootc:42 /path/to/large-disk.img
38+
bcvk to-disk --disk-size 20G quay.io/fedora/fedora-bootc:42 /path/to/large-disk.img
3939
```
4040

4141
## Persistent VMs with libvirt

0 commit comments

Comments
 (0)