Add "list" as an alias for "dump" in the CLI.
This commit is contained in:
parent
69ba5f621e
commit
7c8f54cdb2
2 changed files with 3 additions and 2 deletions
|
|
@ -2227,6 +2227,7 @@ static const struct {
|
|||
{"restart", cmd_restart},
|
||||
{"reload", cmd_reload},
|
||||
{"dump", cmd_dump},
|
||||
{"list", cmd_dump},
|
||||
{"purge", cmd_purge},
|
||||
{"debug", cmd_debug},
|
||||
{"retry", cmd_retry},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue