doc: Fix block quote warning

This commit is contained in:
Daniel Gröber 2022-03-06 18:14:48 +01:00
parent 44d543ede3
commit 49b67c8aaa
1 changed files with 1 additions and 1 deletions

View File

@ -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`_.