Skip to content

Commit

Permalink
Merge #303
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and nhwn authored Oct 6, 2021
2 parents 4c76da9 + f264bb2 commit 4331ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4331ab1

Please sign in to comment.