Commit 70693bee authored by Nils Goroll's avatar Nils Goroll

do we want to retire backend.list -v ?

parent 5cb568af
......@@ -371,6 +371,10 @@ cli_backend_list(struct cli *cli, const char * const *av, void *priv)
struct list_args la[1];
int i;
/*
* XXX for all cases in varnish-cache, -v is synonymous to
* -p and -v is not documented. Retire?
*/
(void)priv;
ASSERT_CLI();
INIT_OBJ(la, LIST_ARGS_MAGIC);
......
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