Add "list" as an alias for "dump" in the CLI.
[tinc] / src / tincctl.c
index b56d9a2..8d3d7a5 100644 (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},