2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-18 18:19:04 +00:00

Merge pull request #1214 from ricardoseriani/fix-manual.rst-key-remove

Fix manual.rst to use key remove instead of key rm
This commit is contained in:
Alexander Neumann 2017-09-07 21:16:46 +02:00
commit b46774be21

View File

@ -678,7 +678,7 @@ 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``, ``rm``
per repository. In fact, you can use the ``list``, ``add``, ``remove``
and ``passwd`` sub-commands to manage these keys very precisely:
.. code-block:: console