Skip to content

Commit 4331ab1

Browse files
bors[bot]nhwn
andauthored
Merge #303
303: Change `-file-headers` to `--file-headers` r=eldruin a=nhwn Running `cargo readobj --bin app -- -file-headers` will fail because of the missing hyphen. Co-authored-by: Nathan Nguyen <nathan.tm.nguyen@gmail.com>
2 parents 4c76da9 + f264bb2 commit 4331ab1

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)