doc/fortunes: fix incorrect syntax of command layout (#5292)

This commit is contained in:
Nir Lichtman 2025-08-06 10:16:16 +03:00 committed by GitHub
parent 25d500a86b
commit 8153eec7e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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