Skip to content

Commit

Permalink
update rdb command line help string
Browse files Browse the repository at this point in the history
  • Loading branch information
niconical authored and HDT3213 committed Jul 7, 2022
1 parent f3b7a43 commit b734060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use `rdb` command in terminal, you can see it's manual
```
This is a tool to parse Redis' RDB files
Options:
-c command, including: json/memory/aof
-c command, including: json/memory/aof/bigkey/flamegraph
-o output file path
-n number of result, using in
-port listen port for flame graph web service
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go get github.com/hdt3213/rdb
$ rdb
This is a tool to parse Redis' RDB files
Options:
-c command, including: json/memory/aof
-c command, including: json/memory/aof/bigkey/flamegraph
-o output file path
-n number of result, using in
-port listen port for flame graph web service
Expand Down
2 changes: 1 addition & 1 deletion cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const help = `
This is a tool to parse Redis' RDB files
Options:
-c command, including: json/memory/aof
-c command, including: json/memory/aof/bigkey/flamegraph
-o output file path
-n number of result, using in
-port listen port for flame graph web service
Expand Down

0 comments on commit b734060

Please sign in to comment.