Merge pull request #551 from azenk/master
Added --certificate-name option to the usage text
This commit is contained in:
commit
2c049c66ef
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user