Commit 513ad896 authored by Geoff Simmons's avatar Geoff Simmons Committed by Dridi Boukelmoune

Document the 'changed' parameter for param.show.

parent 23414442
......@@ -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
)
......
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