Skip to content

Commit 4426402

Browse files
Adds an extra '-' to an instruction
It seems a CLI instruction is missing an extra hyphen. Added it `rustc 1.58.0-nightly`
1 parent d4922c2 commit 4426402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Now let's inspect the output binary to confirm the memory layout looks the way w
205205
(this requires [`cargo-binutils`](https://github.com/rust-embedded/cargo-binutils#readme)):
206206

207207
``` console
208-
$ cargo objdump --bin app -- -d -no-show-raw-insn
208+
$ cargo objdump --bin app -- -d --no-show-raw-insn
209209
```
210210

211211
``` text

0 commit comments

Comments
 (0)