Merge pull request #551 from azenk/master

Added --certificate-name option to the usage text
This commit is contained in:
Marc-André Moreau 2012-04-14 09:18:05 -07:00
commit 2c049c66ef
2 changed files with 9 additions and 0 deletions

View File

@ -442,6 +442,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--certificate-name</term>
<listitem>
<para>
use this name for the logon certificate, instead of the server name
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--kbd-list</term>
<listitem>

View File

@ -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: use this name for the logon certificate, instead of the server name\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"