]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
tools: Fix virsh connect man page
authorJiri Denemark <jdenemar@redhat.com>
Mon, 16 Dec 2013 12:37:12 +0000 (13:37 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Dec 2013 13:51:58 +0000 (14:51 +0100)
The URI parameter is optional and xen:/// is not the default connection
URI.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
tools/virsh.pod

index c6a8be3d1f323658396d08b96eece8a458530149..677931f4ab2abdffdbb4b4177ba4de1d96cb8c62 100644 (file)
@@ -226,7 +226,7 @@ This command is only available in interactive mode.
 
 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
 is automatically run with the I<URI> parameter requested by the C<-c>
@@ -239,7 +239,7 @@ common are:
 
 =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