[libvirt] [PATCH 2/3] virsh: Convert 'cmd --help' to 'help cmd'

2012-08-13 Thread Cole Robinson
Often times I find myself halfway through typing a long command when I want to see 'help' output. I instinctively append '--help' to the command I'm typing, only to get an error: $ virsh vol-create-as foo --help error: command 'vol-create-as' doesn't support option --help This patch

Re: [libvirt] [PATCH 2/3] virsh: Convert 'cmd --help' to 'help cmd'

2012-08-13 Thread Eric Blake
On 08/13/2012 08:28 AM, Cole Robinson wrote: Often times I find myself halfway through typing a long command when I want to see 'help' output. I instinctively append '--help' to the command I'm typing, only to get an error: $ virsh vol-create-as foo --help error: command

Re: [libvirt] [PATCH 2/3] virsh: Convert 'cmd --help' to 'help cmd'

2012-08-13 Thread Doug Goldstein
On Mon, Aug 13, 2012 at 9:28 AM, Cole Robinson crobi...@redhat.com wrote: Often times I find myself halfway through typing a long command when I want to see 'help' output. I instinctively append '--help' to the command I'm typing, only to get an error: $ virsh vol-create-as foo --help