mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix: debug help printed layout (#3635)
* add missing comma to fix the printed layout Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
cf7c983423
commit
2c32e5085c
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ void DebugCmd::Run(CmdArgList args) {
|
|||
" Prints memory usage and key stats per shard, as well as min/max indicators.",
|
||||
"TX",
|
||||
" Performs transaction analysis per shard.",
|
||||
"TRAFFIC <path> | [STOP]"
|
||||
"TRAFFIC <path> | [STOP]",
|
||||
" Starts traffic logging to the specified path. If path is not specified,"
|
||||
" traffic logging is stopped.",
|
||||
"HELP",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue