Skip to content
Snippets Groups Projects
Commit a466c0f5 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: highlight possible pathname expansion of knotc parameters

parent 5d8d399d
Branches master
No related merge requests found
......@@ -73,9 +73,12 @@ configuration will be temporary (until the server is stopped).
Most of the commands get an item name and value parameters. The item name is
in the form of ``section[identifier].name``. If the item is multivalued,
more values can be specified as individual (command line) arguments. Beware of
the possibility of pathname expansion by the shell. For this reason, slashed
square brackets or quoted parameters is advisable.
more values can be specified as individual (command line) arguments.
.. CAUTION::
Beware of the possibility of pathname expansion by the shell. For this reason,
it is advisable to slash square brackets or to quote command parameters if
not executed in the interactive mode.
To get the list of configuration sections or to get the list of section items::
......
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