forked from TrueCloudLab/restic
Merge pull request #987 from Thor77/minor-doc-fix
[docs] Fix paragraph not indented correctly in #Autocomplete
This commit is contained in:
commit
6d36dcd46e
1 changed files with 4 additions and 2 deletions
|
@ -820,8 +820,10 @@ Restic can write out a bash compatible autocompletion script:
|
|||
NOTE: The current version supports Bash only.
|
||||
This should work for *nix systems with Bash installed.
|
||||
|
||||
By default, the file is written directly to /etc/bash_completion.d
|
||||
for convenience, and the command may need superuser rights, e.g.:
|
||||
By default, the file is written directly to ``/etc/bash_completion.d/``
|
||||
for convenience, and the command may need superuser rights, e.g.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo restic autocomplete
|
||||
|
||||
|
|
Loading…
Reference in a new issue