Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed Feb 24, 2024
1 parent 94c4356 commit 6ead473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ rdb -c prefix [-n <top-n>] [-max-depth <max-depth>] -o <output_path> <source_pat
Example:

```bash
rdb -c prefix -n -o prefix.csv cases/memory.rdb
rdb -c prefix -n 10 -max-depth 2 -o prefix.csv cases/memory.rdb
```

# Flame Graph
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ rdb -c prefix [-n <top-n>] [-max-depth <max-depth>] -o <output_path> <source_pat
Example:

```bash
rdb -c prefix -n -o prefix.csv cases/memory.rdb
rdb -c prefix -n 10 -max-depth 2 -o prefix.csv cases/memory.rdb
```


Expand Down

0 comments on commit 6ead473

Please sign in to comment.