Fix typos in cmd help msg

This commit is contained in:
Phil 2016-08-26 20:01:15 +02:00 committed by Maijin
parent bf95f88fe8
commit ee7216a117

View File

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