forked from TrueCloudLab/restic
Doc: Specify key passwd
usage
Specify that `key passwd` is used to change a password.
This commit is contained in:
parent
e353b00501
commit
323376efa2
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ Manage repository keys
|
|||
**********************
|
||||
|
||||
The ``key`` command allows you to set multiple access keys or passwords
|
||||
per repository. In fact, you can use the ``list``, ``add``, ``remove``
|
||||
and ``passwd`` sub-commands to manage these keys very precisely:
|
||||
per repository. In fact, you can use the ``list``, ``add``, ``remove``, and
|
||||
``passwd`` (changes a password) sub-commands to manage these keys very precisely:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Reference in a new issue