Fix #4290 - @@@ was not documented

This commit is contained in:
pancake 2016-03-14 00:01:39 +01:00
parent 1b1e722795
commit 23b3c5fe30

View File

@ -324,8 +324,6 @@ static int cmd_help(void *data, const char *input) {
"~", "word:3[0]", "grep 1st column from the 4th line matching mov",
"@", " 0x1024", "temporary seek to this address (sym.main+3",
"@", " addr[!blocksize]", "temporary set a new blocksize",
"@@=", "1 2 3", " run the previous command at offsets 1, 2 and 3",
"@@", " hit*", "run the command on every flag matching 'hit*'",
"@a:", "arch[:bits]", "temporary set arch and bits",
"@b:", "bits", "temporary set asm.bits",
"@e:", "k=v,k=v", "temporary change eval vars",
@ -333,6 +331,9 @@ static int cmd_help(void *data, const char *input) {
"@f:", "file", "temporary replace block with file contents",
"@s:", "string", "same as above but from a string",
"@x:", "909192", "from hex pairs string",
"@@=", "1 2 3", " run the previous command at offsets 1, 2 and 3",
"@@", " hit*", "run the command on every flag matching 'hit*'",
"@@@", " [type]", "run a command on every [type] (see @@@? for help)",
">", "file", "pipe output of command to file",
">>", "file", "append to file",
"`", "pdi~push:0[0]`", "replace output of command inside the line",