Commit 4050427f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add CLI_PURGE definition



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3510 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 590224f3
......@@ -74,6 +74,13 @@
"marked obsolete.", \
1, 1
#define CLI_PURGE \
"purge", \
"purge <field> <operator> <arg> [&& <field> <oper> <arg>]...", \
"\tAll objects where the all the conditions match will be " \
"marked obsolete.", \
3, UINT_MAX
#define CLI_PURGE_LIST \
"purge.list", \
"purge.list", \
......
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