From 2ee99a19d81cc8001a259b010824096c258b7f7e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:37:16 +0300 Subject: [PATCH] radare2: remove interactive CLI prompt (#17318) --- pages/common/radare2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/radare2.md b/pages/common/radare2.md index 131545a26a..baeccff239 100644 --- a/pages/common/radare2.md +++ b/pages/common/radare2.md @@ -17,11 +17,11 @@ - Display help text for any command in the interactive CLI: -`> {{radare2_command}}?` +`{{radare2_command}}?` - Run a shell command from the interactive CLI: -`> !{{shell_command}}` +`!{{shell_command}}` - Dump raw bytes of current block to a file: