mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:55:32 +02:00
radare2: remove interactive CLI prompt (#17318)
This commit is contained in:
parent
e7e36e0d0b
commit
2ee99a19d8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue