From e61c94a84693d7044803ca04610a48008689b330 Mon Sep 17 00:00:00 2001 From: Matthieu OLIVIER Date: Thu, 31 Aug 2017 18:26:04 +0200 Subject: [PATCH] Update manual.rst `key remove` becomes `key rm`. --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index 079457f13..f3321a3da 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``, ``remove`` +per repository. In fact, you can use the ``list``, ``add``, ``rm`` and ``passwd`` sub-commands to manage these keys very precisely: .. code-block:: console