Re: [libvirt] [PATCH v3] tools: Fix connect command

2016-04-29 Thread Cole Robinson
On 04/28/2016 10:49 AM, Martin Kletzander wrote: > The man page says: "(Re)-Connect to the hypervisor. When the shell is > first started, this is automatically run with the URI parameter > requested by the "-c" option on the command line." However, if you run: > > virsh -c 'test://default'

[libvirt] [PATCH v3] tools: Fix connect command

2016-04-28 Thread Martin Kletzander
The man page says: "(Re)-Connect to the hypervisor. When the shell is first started, this is automatically run with the URI parameter requested by the "-c" option on the command line." However, if you run: virsh -c 'test://default' 'connect; uri' the output will not be 'test://default'.