From 204c2bf09c573ad745cf6a33f7bf09bd31f06f1a Mon Sep 17 00:00:00 2001 From: Ricardo Seriani Date: Tue, 5 Sep 2017 16:22:42 -0300 Subject: [PATCH] Fix manual to use key remove instead of key rm --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index f3321a3da..079457f13 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -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