mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
tools: Fix virsh connect man page
The URI parameter is optional and xen:/// is not the default connection URI. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
fbc680a318
commit
dbfe8a0895
@ -226,7 +226,7 @@ This command is only available in interactive mode.
|
|||||||
|
|
||||||
Will print the current directory.
|
Will print the current directory.
|
||||||
|
|
||||||
=item B<connect> I<URI> [I<--readonly>]
|
=item B<connect> [I<URI>] [I<--readonly>]
|
||||||
|
|
||||||
(Re)-Connect to the hypervisor. When the shell is first started, this
|
(Re)-Connect to the hypervisor. When the shell is first started, this
|
||||||
is automatically run with the I<URI> parameter requested by the C<-c>
|
is automatically run with the I<URI> parameter requested by the C<-c>
|
||||||
@ -239,7 +239,7 @@ common are:
|
|||||||
|
|
||||||
=item xen:///
|
=item xen:///
|
||||||
|
|
||||||
this is used to connect to the local Xen hypervisor, this is the default
|
this is used to connect to the local Xen hypervisor
|
||||||
|
|
||||||
=item qemu:///system
|
=item qemu:///system
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user