From 7ddcd2190a7c6c64b86e0d24ea7ab8fff25d71ba Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 13 Jan 2009 14:18:08 +0000 Subject: [PATCH] Add CLI_PURGE definition git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3510 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/cli.h | 7 +++++++ 1 file changed, 7 insertions(+) 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", \ -- 2.39.5