aboutsummaryrefslogtreecommitdiff
path: root/doc/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/introduction.rst')
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 6931ac9..401068e 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -56,7 +56,7 @@ Try it out / quick start
(file:has-content "/etc/foo"
#?{Here is my file content.
You can use ${my-substitution} thanks to CL-INTERPOL.
- And it's multiline. CL-HEREDOC is another option.})
+ And it's multiline. CL-HEREDOC is also available; useful for shell scripts.})
(file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines""))
(file:contains-lines "/etc/some.conf" '("FOO=bar")) ; preserve rest of file contents