Skip to content

Commit 848a245

Browse files
committed
Add sentence on allowed values for boolean parameters
1 parent bf6e52e commit 848a245

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpt-configure.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ a specific repository. For a list of all
2121
parameters, see Appendix ":ref:`apxsct_clientparameters`".
2222

2323
The ``.conf`` and ``.local`` configuration files are key-value pairs in the form
24-
``PARAMETER=value``. They are sourced by /bin/sh. Hence, a limited set
24+
``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.
25+
26+
The configuration files are sourced by /bin/sh. Hence, a limited set
2527
of shell commands can be used inside these files including comments,
2628
``if`` clauses, parameter evaluation, and shell math (``$((...))``).
2729
Special characters have to be quoted. For instance, instead of

0 commit comments

Comments
 (0)