Add "list" as an alias for "dump" in the CLI.

This commit is contained in:
Guus Sliepen 2015-05-20 00:02:53 +02:00
parent 69ba5f621e
commit 7c8f54cdb2
2 changed files with 3 additions and 2 deletions

View file

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