Improve cg command description
This commit is contained in:
parent
eefb49e91d
commit
980b10352c
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ static int cmd_cmp(void *data, const char *input) {
|
|||
default: {
|
||||
const char * help_message[] = {
|
||||
"Usage: cg", "", "Graph code commands",
|
||||
"cg", "", "Byte-per-byte code graph diff",
|
||||
"cg", "", "diff ratio among functions (columns: off-A, match-ratio, off-B)",
|
||||
"cgf", "[fcn]", "Compare functions (curseek vs fcn)",
|
||||
"cgo", "", "Opcode-bytes code graph diff",
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Reference in a new issue