2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 19:59:02 +00:00

Merge pull request #987 from Thor77/minor-doc-fix

[docs] Fix paragraph not indented correctly in #Autocomplete
This commit is contained in:
Alexander Neumann 2017-05-31 23:23:27 +02:00
commit 6d36dcd46e

View File

@ -820,8 +820,10 @@ Restic can write out a bash compatible autocompletion script:
NOTE: The current version supports Bash only. NOTE: The current version supports Bash only.
This should work for *nix systems with Bash installed. This should work for *nix systems with Bash installed.
By default, the file is written directly to /etc/bash_completion.d By default, the file is written directly to ``/etc/bash_completion.d/``
for convenience, and the command may need superuser rights, e.g.: for convenience, and the command may need superuser rights, e.g.
.. code-block:: console
$ sudo restic autocomplete $ sudo restic autocomplete