Skip to content

Commit f264bb2

Browse files
committed
-file-headers -> --file-headers
1 parent 4c76da9 commit f264bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/qemu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ With `cargo-readobj` we can print the ELF headers to confirm that this is an ARM
177177
binary.
178178

179179
``` console
180-
cargo readobj --bin app -- -file-headers
180+
cargo readobj --bin app -- --file-headers
181181
```
182182

183183
Note that:

0 commit comments

Comments
 (0)