1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-29 01:03:57 +03:00

options: Updated doc text to reflect reality

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2022-02-04 13:20:06 +01:00
parent 0b14e40710
commit ded3a17738

View File

@@ -1375,7 +1375,7 @@ int ssh_options_getopt(ssh_session session, int *argcptr, char **argv)
* @param session SSH session handle
*
* @param filename The options file to use, if NULL the default
* ~/.ssh/config will be used.
* ~/.ssh/config and /etc/ssh/ssh_config will be used.
*
* @return 0 on success, < 0 on error.
*