mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
Fix broken indent of a list item
This prevents Sphinx WARNING: Bullet list ends without a blank line; unexpected unindent.
This commit is contained in:
parent
d832c6447c
commit
abd81b2ebe
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Please note:
|
||||||
|
|
||||||
- Be very careful when using the "yes" sayers, the warnings with prompt exist for your / your data's security/safety.
|
- Be very careful when using the "yes" sayers, the warnings with prompt exist for your / your data's security/safety.
|
||||||
- Also be very careful when putting your passphrase into a script, make sure it has appropriate file permissions (e.g.
|
- Also be very careful when putting your passphrase into a script, make sure it has appropriate file permissions (e.g.
|
||||||
mode 600, root:root).
|
mode 600, root:root).
|
||||||
|
|
||||||
.. _INI: https://docs.python.org/3/library/logging.config.html#configuration-file-format
|
.. _INI: https://docs.python.org/3/library/logging.config.html#configuration-file-format
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue