Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSelander authored Feb 13, 2018
1 parent 44401ee commit 3731f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Dumps all the NSObject/SwiftObject inherited classes in the process. If you give

Example:

# Dump ALL the NSObject classes within the process
# Dump ALL the classes (Swift and Objective-C) found within the process
(lldb) dclass
# Dump ObjC/Swift info (if applicable) about the class "Hello.SomeClass" (same as dclass -i Hello.SomeClass)
Expand Down

0 comments on commit 3731f4d

Please sign in to comment.