From fe5ea899bc9ea6bc9a293ea3379f10fc5bac27ed Mon Sep 17 00:00:00 2001 From: Paz Date: Tue, 23 Sep 2025 22:08:15 +1000 Subject: [PATCH] Fix argument order for virtual-hardware command --- docs/how-to-run.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index 408889ad253..14de90dbb95 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -232,8 +232,7 @@ When running `cargo xtask virtual-hardware create`, consider using the the virtual U2/M2 devices: ```bash -cargo xtask virtual-hardware create \ - --vdev-dir /scratch \ +cargo xtask virtual-hardware --vdev-dir /scratch create \ --gateway-ip 192.168.1.199 \ --pxa-start 192.168.1.20 \ --pxa-end 192.168.1.40