mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
virsh: sync domdisplay help and manual
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
15bbaaf014
commit
4c1b9e22b9
@ -9915,7 +9915,7 @@ static const vshCmdOptDef opts_domdisplay[] = {
|
||||
},
|
||||
{.name = "type",
|
||||
.type = VSH_OT_DATA,
|
||||
.help = N_("select particular graphics display "
|
||||
.help = N_("select particular graphical display "
|
||||
"(e.g. \"vnc\", \"spice\", \"rdp\")")
|
||||
},
|
||||
{.name = NULL}
|
||||
|
@ -1138,11 +1138,13 @@ I<size> is a scaled integer (see B<NOTES> above) which defaults to KiB
|
||||
"B" to get bytes (note that for historical reasons, this differs from
|
||||
B<vol-resize> which defaults to bytes without a suffix).
|
||||
|
||||
=item B<domdisplay> I<domain> [I<--include-password>]
|
||||
=item B<domdisplay> I<domain> [I<--include-password>] [[I<--type>] B<type>]
|
||||
|
||||
Output a URI which can be used to connect to the graphical display of the
|
||||
domain via VNC, SPICE or RDP. If I<--include-password> is specified, the
|
||||
SPICE channel password will be included in the URI.
|
||||
domain via VNC, SPICE or RDP. The particular graphical display type can
|
||||
be selected using the B<type> parameter (e.g. "vnc", "spice", "rdp"). If
|
||||
I<--include-password> is specified, the SPICE channel password will be
|
||||
included in the URI.
|
||||
|
||||
=item B<domfsfreeze> I<domain> [[I<--mountpoint>] B<mountpoint>...]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user