mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
Fix typos in cmd help msg
This commit is contained in:
parent
bf95f88fe8
commit
ee7216a117
@ -344,8 +344,8 @@ static int cmd_help(void *data, const char *input) {
|
||||
"~", "word", "grep for lines matching word",
|
||||
"~", "!word", "grep for lines NOT matching word",
|
||||
"~", "word[2]", "grep 3rd column of lines matching word",
|
||||
"~", "word:3[0]", "grep 1st column from the 4th line matching mov",
|
||||
"@", " 0x1024", "temporary seek to this address (sym.main+3",
|
||||
"~", "word:3[0]", "grep 1st column from the 4th line matching word",
|
||||
"@", " 0x1024", "temporary seek to this address (sym.main+3)",
|
||||
"@", " addr[!blocksize]", "temporary set a new blocksize",
|
||||
"@a:", "arch[:bits]", "temporary set arch and bits",
|
||||
"@b:", "bits", "temporary set asm.bits",
|
||||
|
Loading…
Reference in New Issue
Block a user