Skip to content

Commit 45d020b

Browse files
authored
objdump parameters updated to two dashes in main
1 parent fa6330f commit 45d020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $ cat src/main.rs
8989
The disassembly will be similar but will now include the user `main` function.
9090

9191
``` console
92-
$ cargo objdump --bin app -- -d -no-show-raw-insn
92+
$ cargo objdump --bin app -- -d --no-show-raw-insn
9393
```
9494

9595
``` text

0 commit comments

Comments
 (0)