Fix typos

This commit is contained in:
Martin Michlmayr
2020-05-16 14:05:26 +08:00
parent 32ac5486e9
commit 5cc1760fdf
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ You can use the command ``restic ls latest`` or ``restic find foo`` to find the
path to the file within the snapshot. This path you can then pass to
``--include`` in verbatim to only restore the single file or directory.
There are case insensitive variants of of ``--exclude`` and ``--include`` called
There are case insensitive variants of ``--exclude`` and ``--include`` called
``--iexclude`` and ``--iinclude``. These options will behave the same way but
ignore the casing of paths.