Skip to content

Commit

Permalink
sss_ssh_knownhostsproxy: fix typo pubkey -> pubkeys
Browse files Browse the repository at this point in the history
In commit 36f2fe8 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>
  • Loading branch information
fidencio committed Aug 12, 2018
1 parent da9e34e commit c824779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sss_client/ssh/sss_ssh_knownhostsproxy.c
Expand Up @@ -206,7 +206,7 @@ int main(int argc, const char **argv)
_("The port to use to connect to the host"), NULL },
{ "domain", 'd', POPT_ARG_STRING, &pc_domain, 0,
_("The SSSD domain to use"), NULL },
{ "pubkey", 'k', POPT_ARG_NONE, &pc_pubkeys, 0,
{ "pubkeys", 'k', POPT_ARG_NONE, &pc_pubkeys, 0,
_("Print the host ssh public keys"), NULL },
POPT_TABLEEND
};
Expand Down

0 comments on commit c824779

Please sign in to comment.