Commit d30ea85f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also update the CLI command definitions

parent 7507b29d
...@@ -60,15 +60,15 @@ ...@@ -60,15 +60,15 @@
#define CLI_VCL_LOAD \ #define CLI_VCL_LOAD \
"vcl.load", \ "vcl.load", \
"vcl.load <configname> <filename>", \ "vcl.load <configname> <filename> [*auto,cold,warm]", \
"\tCompile and load the VCL file under the name provided.", \ "\tCompile and load the VCL file under the name provided.", \
2, 2 2, 3
#define CLI_VCL_INLINE \ #define CLI_VCL_INLINE \
"vcl.inline", \ "vcl.inline", \
"vcl.inline <configname> <quoted_VCLstring>", \ "vcl.inline <configname> <quoted_VCLstring> [*auto,cold,warm]", \
"\tCompile and load the VCL data under the name provided.", \ "\tCompile and load the VCL data under the name provided.", \
2, 2 2, 3
#define CLI_VCL_DISCARD \ #define CLI_VCL_DISCARD \
"vcl.discard", \ "vcl.discard", \
......
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