From ae72b438b09bb6e1f21405f0d10a2dbf1c596191 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 18 Jun 2018 22:19:01 +0200 Subject: [PATCH] doc: Fix typo --- doc/050_restore.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 95499045b..f21c002cb 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -49,7 +49,7 @@ files in the snapshot. For example, to restore a single file: This will restore the file ``foo`` to ``/tmp/restore-work/work/foo``. You can use the command ``restic ls latest`` or ``restic find foo`` to find the -path to the file within the snapshot. This pass you can then pass to +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. Restore using mount