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
513ad896
Commit
513ad896
authored
Sep 25, 2018
by
Geoff Simmons
Committed by
Dridi Boukelmoune
Oct 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the 'changed' parameter for param.show.
parent
23414442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
cli_cmds.h
include/tbl/cli_cmds.h
+7
-2
No files found.
include/tbl/cli_cmds.h
View file @
513ad896
...
...
@@ -134,9 +134,14 @@ CLI_CMD(VCL_LABEL,
CLI_CMD
(
PARAM_SHOW
,
"param.show"
,
"param.show [-l] [<param>]"
,
"param.show [-l] [<param>
|changed
]"
,
"Show parameters and their values."
,
""
,
"The long form with ``-l`` shows additional information, including"
" documentation and minimum, maximum and default values, if defined"
" for the parameter. If a parameter is specified with ``<param>``,"
" show only that parameter. If ``changed`` is specified, show only"
" those parameters whose values differ from their defaults."
,
0
,
2
)
...
...
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