summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-10-24 14:14:11 +0200
committerholger krekel <holger@merlinux.eu>2014-10-24 14:14:11 +0200
commitccb84ba00a039662cf4c60944f76222f4dff236d (patch)
treede0a008b485b75044519d6fe80c95de7f9bd2e93 /doc
parent1d7b2c568c940a1fc160b7e622622b33db9f4ee5 (diff)
downloadtox-ccb84ba00a039662cf4c60944f76222f4dff236d.tar.gz
add some changelogs for the merged PRs
Diffstat (limited to 'doc')
-rw-r--r--doc/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config.txt b/doc/config.txt
index 8ce64db..91587f2 100644
--- a/doc/config.txt
+++ b/doc/config.txt
@@ -244,6 +244,10 @@ Substitutions
Any ``key=value`` setting in an ini-file can make use
of value substitution through the ``{...}`` string-substitution pattern.
+You can escape curly braces with the ``\`` character if you need them, for example::
+
+ commands = echo "\{posargs\}" = {posargs}
+
Globally available substitutions
++++++++++++++++++++++++++++++++