Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/how-to-run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down