Skip to content

Commit

Permalink
Add sentence on allowed values for boolean parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Nov 6, 2023
1 parent bf6e52e commit 848a245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpt-configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ a specific repository. For a list of all
parameters, see Appendix ":ref:`apxsct_clientparameters`".

The ``.conf`` and ``.local`` configuration files are key-value pairs in the form
``PARAMETER=value``. They are sourced by /bin/sh. Hence, a limited set
``PARAMETER=value``. For boolean parameters, ``yes``/``no``, ``on``/``off``, ``true``/``false`` or ``1``/``0`` can be used as truth values. These are case-insensitive, so ``TRUE``, ``On``, and ``yes`` are equivalent.

The configuration files are sourced by /bin/sh. Hence, a limited set
of shell commands can be used inside these files including comments,
``if`` clauses, parameter evaluation, and shell math (``$((...))``).
Special characters have to be quoted. For instance, instead of
Expand Down

0 comments on commit 848a245

Please sign in to comment.