From 3bfa5af98a600dcf9e21e29998d7f1c74f0f59a2 Mon Sep 17 00:00:00 2001 From: Yuan Bai Date: Mon, 5 Jun 2017 13:44:08 +0800 Subject: [PATCH] add -r alias -d for makeknownhosts (#3186) --- .../admin-guides/references/man8/makeknownhosts.8.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man8/makeknownhosts.8.rst b/docs/source/guides/admin-guides/references/man8/makeknownhosts.8.rst index 8dad0e800..495704d9c 100644 --- a/docs/source/guides/admin-guides/references/man8/makeknownhosts.8.rst +++ b/docs/source/guides/admin-guides/references/man8/makeknownhosts.8.rst @@ -19,7 +19,7 @@ SYNOPSIS ******** -\ **makeknownhosts**\ \ *noderange*\ [\ **-r | -**\ **-remove**\ ] [\ **-V | -**\ **-verbose**\ ] +\ **makeknownhosts**\ \ *noderange*\ [\ **-r | -d | -**\ **-remove**\ ] [\ **-V | -**\ **-verbose**\ ] \ **makeknownhosts**\ [\ **-h | -**\ **-help**\ ] @@ -53,7 +53,7 @@ OPTIONS -\ **-r|-**\ **-remove**\ +\ **-r| -d| -**\ **-remove**\ Only removes the entries for the nodes from the known_hosts file. @@ -98,6 +98,10 @@ EXAMPLES .. code-block:: perl makeknownhosts node02 -r + + or + + makeknownhosts node02 -d