mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
Fix typeo in example help text for type filter add.
<rdar://problem/12090979> llvm-svn: 167601
This commit is contained in:
parent
28826a491c
commit
44de0c3ac9
@ -3821,7 +3821,7 @@ public:
|
||||
" int i;\n"
|
||||
"} \n"
|
||||
"Typing:\n"
|
||||
"type filter add --child a -- child g Foo\n"
|
||||
"type filter add --child a --child g Foo\n"
|
||||
"frame variable a_foo\n"
|
||||
"will produce an output where only a and g are displayed\n"
|
||||
"Other children of a_foo (b,c,d,e,f,h and i) are available by asking for them, as in:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user