Skip to content

Commit

Permalink
Changed ag? help
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanpencil authored and radare committed May 20, 2018
1 parent 7a0acdc commit 03a132f
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions libr/core/cmd_anal.c
Expand Up @@ -380,15 +380,18 @@ static const char *help_msg_afvs[] = {

static const char *help_msg_ag[] = {
"Usage:", "ag<graphtype><format> [addr]", "",
"Graph types:", "", "",
"c", " [fcn addr]", "Function callgraph",
"f", " [fcn addr]", "Basic blocks function graph",
"x", " [addr]", "Cross references graph",
"r", " [fcn addr]", "References graph",
"a", " [fcn addr]", "Data references graph",
"d", " [fcn addr]", "Diff graph",
"i", "", "Imports graph",
"g", "", "Custom graph",
"Graph commands:", "", "",
"agc", "[format] [fcn addr]", "Function callgraph",
"agf", "[format] [fcn addr]", "Basic blocks function graph",
"agx", "[format] [addr]", "Cross references graph",
"agr", "[format] [fcn addr]", "References graph",
"aga", "[format] [fcn addr]", "Data references graph",
"agd", "[format] [fcn addr]", "Diff graph",
"agi", "[format]", "Imports graph",
"agg", "[format]", "Custom graph",
"ag-", "", "Clear the custom graph",
"agn", "[?] title body", "Add a node to the custom graph",
"age", "[?] title1 title2", "Add an edge to the custom graph",
"","","",
"Output formats:", "", "",
"<blank>", "", "Ascii art",
Expand All @@ -400,11 +403,6 @@ static const char *help_msg_ag[] = {
"k", "", "SDB key-value",
"*", "", "r2 commands",
"w", "", "Web/image (see graph.extension and graph.web)",
"","","",
"Custom graph commands:", "", "",
"ag-", "", "Clear the custom graph",
"agn", "[?] title body", "Add a node to the custom graph",
"age", "[?] title1 title2", "Add an edge to the custom graph",
NULL
};

Expand Down

0 comments on commit 03a132f

Please sign in to comment.