Improve cg command description

This commit is contained in:
newlog 2015-01-09 20:25:53 +01:00 committed by pancake
parent eefb49e91d
commit 980b10352c

View file

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