From ff5de06cc7c80d86c4a8ffb79f3ca46fb492ae3e Mon Sep 17 00:00:00 2001 From: Andrew McDonnell Date: Wed, 31 Dec 2014 21:20:06 +1030 Subject: [PATCH] Fix incorrect cfgname in help for aF --- libr/core/cmd_anal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/core/cmd_anal.c b/libr/core/cmd_anal.c index 0a5b6d1f20..3912c6a635 100644 --- a/libr/core/cmd_anal.c +++ b/libr/core/cmd_anal.c @@ -2254,7 +2254,7 @@ static int cmd_anal(void *data, const char *input) { "ad", " [from] [to]", "analyze data pointers to (from-to)", "ae", " [expr]", "analyze opcode eval expression (see ao)", "af", "[rnbcsl?+-*]", "analyze Functions", - "aF", "", "same as above, but using graph.depth=1", + "aF", "", "same as above, but using anal.depth=1", "ag", "[?acgdlf]", "output Graphviz code", "ah", "[?lba-]", "analysis hints (force opcode size, ...)", "ai", " [addr]", "address information (show perms, stack, heap, ...)",