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:
Kostas Kyrimis 2024-09-03 14:04:50 +03:00 committed by GitHub
parent cf7c983423
commit 2c32e5085c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",