aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-11-13 14:52:23 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-12-28 11:17:39 +0100
commit5c3b1ee0a427e3a6a0b2ba0862fd9d2c4c25d736 (patch)
tree9a77501722887b149fa202f412a955fa96e64d74
parent4dec2f989c41a7e603d6dae8a55ec858aa569637 (diff)
downloadlibssh-5c3b1ee0a427e3a6a0b2ba0862fd9d2c4c25d736.tar.gz
libssh-5c3b1ee0a427e3a6a0b2ba0862fd9d2c4c25d736.tar.xz
libssh-5c3b1ee0a427e3a6a0b2ba0862fd9d2c4c25d736.zip
options: Rewrite set() description to get()
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--src/options.c8
1 files changed, 2 insertions, 6 deletions
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