From: phk Date: Tue, 13 Jan 2009 14:18:08 +0000 (+0000) Subject: Add CLI_PURGE definition X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddcd2190a7c6c64b86e0d24ea7ab8fff25d71ba;p=varnish Add CLI_PURGE definition git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3510 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/cli.h b/varnish-cache/include/cli.h index 41b8d10e..6c1602c0 100644 --- a/varnish-cache/include/cli.h +++ b/varnish-cache/include/cli.h @@ -74,6 +74,13 @@ "marked obsolete.", \ 1, 1 +#define CLI_PURGE \ + "purge", \ + "purge [&& ]...", \ + "\tAll objects where the all the conditions match will be " \ + "marked obsolete.", \ + 3, UINT_MAX + #define CLI_PURGE_LIST \ "purge.list", \ "purge.list", \