From 49b67c8aaafc05dfcd7a201e1c5a9df41bbf5ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 6 Mar 2022 18:14:48 +0100 Subject: [PATCH] doc: Fix block quote warning --- doc/030_preparing_a_new_repo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index 3d025981b..ebeec8800 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -619,7 +619,7 @@ The rclone backend has three additional options: * ``-o rclone.program`` specifies the path to rclone, the default value is just ``rclone`` * ``-o rclone.args`` allows setting the arguments passed to rclone, by default this is ``serve restic --stdio --b2-hard-delete`` -* ``-o rclone.timeout`` specifies timeout for waiting on repository opening, the default value is ``1m`` + * ``-o rclone.timeout`` specifies timeout for waiting on repository opening, the default value is ``1m`` The reason for the ``--b2-hard-delete`` parameters can be found in the corresponding GitHub `issue #1657`_.