Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
d30ea85f
Commit
d30ea85f
authored
Mar 07, 2015
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also update the CLI command definitions
parent
7507b29d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vcli.h
include/vcli.h
+4
-4
No files found.
include/vcli.h
View file @
d30ea85f
...
@@ -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", \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment