mirror of https://github.com/restic/restic.git
Fix manual to use key remove instead of key rm
This commit is contained in:
parent
8c40ae5a03
commit
204c2bf09c
|
@ -678,7 +678,7 @@ Manage repository keys
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
The ``key`` command allows you to set multiple access keys or passwords
|
The ``key`` command allows you to set multiple access keys or passwords
|
||||||
per repository. In fact, you can use the ``list``, ``add``, ``rm``
|
per repository. In fact, you can use the ``list``, ``add``, ``remove``
|
||||||
and ``passwd`` sub-commands to manage these keys very precisely:
|
and ``passwd`` sub-commands to manage these keys very precisely:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
Loading…
Reference in New Issue