forked from TrueCloudLab/restic
Fix paragraph not indented correctly
This commit is contained in:
parent
aa0f874c8d
commit
96c9ecd20e
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.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue