Re: [Qemu-devel] [PATCH trivial] mention -b backing_file in qemu-img create subcommand

2012-09-17 Thread Kevin Wolf
Am 16.09.2012 13:41, schrieb Michael Tokarev: > The text describing `create' qemu-img subcommand refers to backing_file, > but it is not mentioned anywhere in the syntax for this subcommand. > > Signed-off-by: Michael Tokarev No, -b is deprecated, you should be using -o backing_file=... What de

[Qemu-devel] [PATCH trivial] mention -b backing_file in qemu-img create subcommand

2012-09-16 Thread Michael Tokarev
The text describing `create' qemu-img subcommand refers to backing_file, but it is not mentioned anywhere in the syntax for this subcommand. Signed-off-by: Michael Tokarev diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index 39419a0..82c6e38 100644 --- a/qemu-img-cmds.hx +++ b/qemu-img-cmds.hx