Commit cf5076a7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

These are not debug commands.

parent e7b91c0a
......@@ -498,9 +498,9 @@ cli_backend_set_health(struct cli *cli, const char * const *av, void *priv)
static struct cli_proto backend_cmds[] = {
{ "backend.list", "backend.list",
"\tList all backends\n", 0, 1, "d", cli_backend_list },
"\tList all backends\n", 0, 1, "", cli_backend_list },
{ "backend.set_health", "backend.set_health matcher state",
"\tShow a backend\n", 2, 2, "d", cli_backend_set_health },
"\tShow a backend\n", 2, 2, "", cli_backend_set_health },
{ NULL }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment