diff --git a/libr/core/cmd_anal.c b/libr/core/cmd_anal.c index 0f984c2fa58b3..1dbde30840070 100644 --- a/libr/core/cmd_anal.c +++ b/libr/core/cmd_anal.c @@ -380,15 +380,18 @@ static const char *help_msg_afvs[] = { static const char *help_msg_ag[] = { "Usage:", "ag [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:", "", "", "", "", "Ascii art", @@ -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 };