Re: [libvirt] [PATCH 2/4] Fix snapshot-create-as syntax in help output

2013-03-15 Thread Martin Kletzander
On 03/14/2013 06:48 PM, Eric Blake wrote: > On 03/14/2013 11:16 AM, Daniel P. Berrange wrote: >> On Thu, Mar 14, 2013 at 10:27:33AM +0100, Martin Kletzander wrote: >>> According to the man page, the memspec parameter should have the >>> '--memspec' option mandatory and this is as close as we can ge

Re: [libvirt] [PATCH 2/4] Fix snapshot-create-as syntax in help output

2013-03-14 Thread Eric Blake
On 03/14/2013 11:16 AM, Daniel P. Berrange wrote: > On Thu, Mar 14, 2013 at 10:27:33AM +0100, Martin Kletzander wrote: >> According to the man page, the memspec parameter should have the >> '--memspec' option mandatory and this is as close as we can get to >> that. What this change does is explain

Re: [libvirt] [PATCH 2/4] Fix snapshot-create-as syntax in help output

2013-03-14 Thread Daniel P. Berrange
On Thu, Mar 14, 2013 at 10:27:33AM +0100, Martin Kletzander wrote: > According to the man page, the memspec parameter should have the > '--memspec' option mandatory and this is as close as we can get to > that. What this change does is explained below. > > man virsh: > > snapshot-create-as ... [

[libvirt] [PATCH 2/4] Fix snapshot-create-as syntax in help output

2013-03-14 Thread Martin Kletzander
According to the man page, the memspec parameter should have the '--memspec' option mandatory and this is as close as we can get to that. What this change does is explained below. man virsh: snapshot-create-as ... [[--live] [--memspec memspec]] virsh help snapshot-create-as before this patch: