Commit 63d3cdd8 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Remove unexistent cli command and comment

parent edf9ecc6
......@@ -43,21 +43,8 @@
* const char * request_help (for long help)
* unsigned minimum_arguments
* unsigned maximum_arguments
*
* If you only want a subset of these fields do this:
* #define CLIF145(a,b,c,d,e) a,d,e
* [...]
* CLIF145(CLI_URL_QUERY)
*
*/
#define CLI_URL_QUERY \
"url.query", \
"url.query <url>", \
"\tQuery the cache status of a specific URL.\n" \
"\tReturns the TTL, size and checksum of the object.", \
1, 1
#define CLI_BAN \
"ban", \
"ban <field> <operator> <arg> [&& <field> <oper> <arg>]...", \
......
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