From d89521dbf95bda32c1619671b85d8782cc4df843 Mon Sep 17 00:00:00 2001 From: Andrew Zenk Date: Sat, 14 Apr 2012 10:18:34 -0500 Subject: [PATCH] Added certificate name option to help display --- libfreerdp-utils/args.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfreerdp-utils/args.c b/libfreerdp-utils/args.c index c09749f19..1ab0325ef 100644 --- a/libfreerdp-utils/args.c +++ b/libfreerdp-utils/args.c @@ -100,6 +100,7 @@ int freerdp_parse_args(rdpSettings* settings, int argc, char** argv, " --no-nla: disable network level authentication\n" " --ntlm: force NTLM authentication protocol version (1 or 2)\n" " --ignore-certificate: ignore verification of logon certificate\n" + " --certificate-name: what to call the host in the known_hosts file\n" " --sec: force protocol security (rdp, tls or nla)\n" " --kbd-list: list all keyboard layout ids used by -k\n" " --no-salted-checksum: disable salted checksums with Standard RDP encryption\n"