diff --git a/src/start/qemu.md b/src/start/qemu.md index 357ed358..d4dfc361 100644 --- a/src/start/qemu.md +++ b/src/start/qemu.md @@ -177,7 +177,7 @@ With `cargo-readobj` we can print the ELF headers to confirm that this is an ARM binary. ``` console -cargo readobj --bin app -- -file-headers +cargo readobj --bin app -- --file-headers ``` Note that: