virsh: sync domdisplay help and manual

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2014-11-21 11:10:21 +01:00
parent 15bbaaf014
commit 4c1b9e22b9
2 changed files with 6 additions and 4 deletions

View File

@ -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}

View File

@ -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>...]