doc/fortunes: fix incorrect syntax of command layout (#5292)
This commit is contained in:
parent
25d500a86b
commit
8153eec7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Use +,-,*,/ to change the size of the block
|
|||
Change the block size with 'b <block-size>'. In visual mode you can also enter rizin command pressing the ':' key (like vi does)
|
||||
If you want to open the file in read-write mode, invoke rizin with '-w'
|
||||
Print the contents of the current block with the 'p' command
|
||||
Command layout is: <repeat><command><bytes>@<offset>. For example: 3x20@0x33 will show 3 hexdumps of 20 bytes at 0x33
|
||||
Command layout is: '<repeat><command> <bytes> @ <offset>'. For example: '3x 20 @ 0x33' will show 3 hexdumps of 20 bytes at 0x33
|
||||
Press 'c' in visual mode to toggle the cursor mode
|
||||
Press 'C' in visual mode to toggle colors
|
||||
You can 'copy/paste' bytes using the cursor in visual mode 'c' and using the 'y' and 'Y' keys
|
||||
|
|
|
|||
Loading…
Reference in a new issue