Commit 7406eb94 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Advertise the CLI protocol version in the banner and start with

version 1.0 to mark support for here-documents.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5590 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9cdba18a
......@@ -99,7 +99,7 @@ mcf_banner(struct cli *cli, const char *const *av, void *priv)
(void)av;
(void)priv;
cli_out(cli, "-----------------------------\n");
cli_out(cli, "Varnish Cache CLI.\n");
cli_out(cli, "Varnish Cache CLI 1.0\n");
cli_out(cli, "-----------------------------\n");
cli_out(cli, "%s\n", vsb_data(vident) + 1);
cli_out(cli, "\n");
......
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