r4397 - trunk/varnish-cache/bin/varnishd

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Dec 16 09:26:48 CET 2009


Author: tfheen
Date: 2009-12-16 09:26:48 +0100 (Wed, 16 Dec 2009)
New Revision: 4397

Modified:
   trunk/varnish-cache/bin/varnishd/mgt_param.c
Log:
s/url.purge/purge.url/ in help

The documentation referred to deprecated url.purge, make it point to
purge.url instead.  Maybe it should be updated to the new purge
syntax.

Modified: trunk/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-12-15 12:27:51 UTC (rev 4396)
+++ trunk/varnish-cache/bin/varnishd/mgt_param.c	2009-12-16 08:26:48 UTC (rev 4397)
@@ -483,7 +483,7 @@
 		"Objects already cached will not be affected by changes "
 		"made until they are fetched from the backend again.\n"
 		"To force an immediate effect at the expense of a total "
-		"flush of the cache use \"url.purge .\"",
+		"flush of the cache use \"purge.url .\"",
 		0,
 		"120", "seconds" },
 	{ "sess_workspace", tweak_uint, &master.sess_workspace, 1024, UINT_MAX,



More information about the varnish-commit mailing list