Fix typeo in example help text for type filter add.
authorJason Molenda <jmolenda@apple.com>
Thu, 8 Nov 2012 23:57:44 +0000 (23:57 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 8 Nov 2012 23:57:44 +0000 (23:57 +0000)
<rdar://problem/12090979>

llvm-svn: 167601

lldb/source/Commands/CommandObjectType.cpp

index b290932..ba2a9f3 100644 (file)
@@ -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"