aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/radare2.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/radare2.html')
-rw-r--r--tools/radare2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/radare2.html b/tools/radare2.html
index dd868f0..199a747 100644
--- a/tools/radare2.html
+++ b/tools/radare2.html
@@ -208,7 +208,7 @@
> rasm2 -a x86 'mov eax, 0xdeadbeef'
b8efbeadde
- > rasm2 -a x86 -d "b8efbeadde"
+ > rasm2 -a x86 -d "b8efbeadde"
mov eax, 0xdeadbeef
</code></pre>