From 5c3b1ee0a427e3a6a0b2ba0862fd9d2c4c25d736 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 13 Nov 2017 14:52:23 +0100 Subject: options: Rewrite set() description to get() Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- src/options.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/options.c b/src/options.c index bc6033cb..d2128c13 100644 --- a/src/options.c +++ b/src/options.c @@ -998,13 +998,9 @@ int ssh_options_get_port(ssh_session session, unsigned int* port_target) { * ~/.ssh/config file. * * - SSH_OPTIONS_IDENTITY: - * Set the identity file name (const char *,format string).\n + * Get the first identity file name (const char *).\n * \n - * By default identity, id_dsa and id_rsa are checked.\n - * \n - * The identity file used authenticate with public key. - * It may include "%s" which will be replaced by the - * user home directory. + * By default identity, id_dsa and id_rsa are checked. * * - SSH_OPTIONS_PROXYCOMMAND: * Get the proxycommand necessary to log into the -- cgit v1.2.3