docs: Fix multiUser/replaceUser in RDP display doc.

The original description from commit id '24e0171b' got it backwards.
This commit is contained in:
Dawid Zamirski 2017-10-10 17:52:02 -04:00 committed by John Ferlan
parent c7d27105cb
commit 0997257016
1 changed files with 2 additions and 2 deletions

View File

@ -6045,9 +6045,9 @@ qemu-kvm -net nic,model=? /dev/null
TCP port number (with -1 as legacy syntax indicating that it should
be auto-allocated). The <code>autoport</code> attribute is the new
preferred syntax for indicating auto-allocation of the TCP port to
use. The <code>replaceUser</code> attribute is a boolean deciding
use. The <code>multiUser</code> attribute is a boolean deciding
whether multiple simultaneous connections to the VM are permitted.
The <code>multiUser</code> attribute is a boolean deciding whether
The <code>replaceUser</code> attribute is a boolean deciding whether
the existing connection must be dropped and a new connection must
be established by the VRDP server, when a new client connects in
single connection mode.