Am 12.07.2012 05:28, schrieb 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 <wdon...@linux.vnet.ibm.com> > CC: riegama...@gmail.com > --- > v1->v2: also correct error reporting.
This is only true for some cases. For example, img_resize uses a different parser (parse_option_size), which only supports the format described here. There's probably little reason to keep two different parsers, though, so when the duplication is fixed, the help text can be updated as well. Kevin