[master] 746ae2c Fix description of -clierr

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 20 12:31:07 CEST 2016


commit 746ae2c544a62405fdc1726aa9a100426f213903
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 20 09:10:33 2016 +0000

    Fix description of -clierr

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index 7a42324..a4c4c15 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -982,10 +982,10 @@ varnish_expect(const struct varnish *v, char * const *av)
  *         varnish vNAME [-cli STRING] [-cliok STRING] [-clierr STRING]
  *                       [-expect STRING OP NUMBER]
  *
- * \-cli|-cliok|-clierr STRING
+ * \-cli STRING|-cliok STRING|-clierr STATUS STRING
  *         All three of these will send STRING to the CLI, the only difference
  *         is what they expect the return code to be. -cli doesn't expect
- *         anything, -cliok expects 200 and -clierr expects not 200.
+ *         anything, -cliok expects 200 and -clierr expects STATUS
  *
  * \-expect STRING OP NUMBER
  *         Look into the VSM and make sure the counter identified by STRING has



More information about the varnish-commit mailing list