From de6135351e7d1eb05001afb67a4f50c63904ed5d Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Thu, 26 Oct 2023 14:22:44 +0800 Subject: [PATCH] Format option correctly --- 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 ed2ddfd40..56f6458ed 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -106,7 +106,7 @@ Restic supports storage and preservation of hard links. However, since hard links exist in the scope of a filesystem by definition, restoring hard links from a fuse mount should be done by a program that preserves hard links. A program that does so is ``rsync``, used with the option ---hard-links. +``--hard-links``. .. note:: ``restic mount`` is mostly useful if you want to restore just a few files out of a snapshot, or to check which files are contained in a snapshot.