Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Apr 15, 2023
1 parent 24c4c68 commit 5770c20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ However, it does not replace tools like [Eclipse Mat](https://www.eclipse.org/ma
- displays top `n` allocated classes.
- displays number of instances per class.
- displays largest instance size per class.
- display threads stack traces.
- can list all `Strings` found.
- displays threads stack traces.
- lists all `Strings` found.

## Usage

Expand All @@ -38,9 +38,8 @@ Options:
-t, --top <top> the top results to display [default: 20]
-d, --debug debug info
-l, --listStrings list all Strings found
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version
```

Example:
Expand Down

0 comments on commit 5770c20

Please sign in to comment.