sssd/0001-man-sss_ssh_knownhosts...

38 lines
1.3 KiB
Diff

From 62839f9187dde5b46e198f0cb61204a0613d826d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
Date: Sun, 12 Aug 2018 23:56:21 +0200
Subject: [PATCH 1/7] man/sss_ssh_knownhostsproxy: fix typo pubkeys -> pubkey
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
In commit 36f2fe8f63 a discrepancy between the command line option and
the manpage has been introduced.
Related:
https://pagure.io/SSSD/sssd/issue/3542
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
(cherry picked from commit 2b3b41dad27fcb03478c211ec82d9c2fd9dadcb4)
---
src/man/sss_ssh_knownhostsproxy.1.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/man/sss_ssh_knownhostsproxy.1.xml b/src/man/sss_ssh_knownhostsproxy.1.xml
index f84732c..58aeb04 100644
--- a/src/man/sss_ssh_knownhostsproxy.1.xml
+++ b/src/man/sss_ssh_knownhostsproxy.1.xml
@@ -86,7 +86,7 @@ GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts
</varlistentry>
<varlistentry>
<term>
- <option>-k</option>,<option>--pubkeys</option>
+ <option>-k</option>,<option>--pubkey</option>
</term>
<listitem>
<para>
--
2.9.5