Re: [Qemu-devel] [PATCH] qemu-img: correct help message

2012-07-11 Thread Dunrong Huang
2012/7/12 Dong Xu Wang : > qemu-img not only suports k/K/M/G/T/b, but also supports m/g/t/B. So correct > it in help message. > > Signed-off-by: Dong Xu Wang > --- > qemu-img.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/qemu-img.c b/qemu-img.c > index 80cfb9

[Qemu-devel] [PATCH] qemu-img: correct help message

2012-07-11 Thread Dong Xu Wang
qemu-img not only suports k/K/M/G/T/b, but also supports m/g/t/B. So correct it in help message. Signed-off-by: Dong Xu Wang --- qemu-img.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 80cfb9b..533eac2 100644 --- a/qemu-img.c +++ b/qe