From f7317a9287d02bf821cf609f9cd4ae77766d4f23 Mon Sep 17 00:00:00 2001 From: Krzysztof Bociurko Date: Wed, 16 Oct 2019 19:03:40 +0200 Subject: [PATCH] Docs: fixed escaping of argument in documentation Issue was visible as `foo`` in https://restic.readthedocs.io/en/latest/040_backup.html --- doc/040_backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 18edea10f..68425116b 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -142,7 +142,7 @@ the exclude options are: - ``--iexclude`` Same as ``--exclude`` but ignores the case of paths - ``--exclude-caches`` Specified once to exclude folders containing a special file - ``--exclude-file`` Specified one or more times to exclude items listed in a given file -- ``--exclude-if-present foo`` Specified one or more times to exclude a folder's content if it contains a file called ``foo``` (optionally having a given header, no wildcards for the file name supported) +- ``--exclude-if-present foo`` Specified one or more times to exclude a folder's content if it contains a file called ``foo`` (optionally having a given header, no wildcards for the file name supported) Let's say we have a file called ``excludes.txt`` with the following content: