Re: [Qemu-devel] [PATCH v2 6/7] qemu-img: clean up dd documentation

2016-09-13 Thread Eric Blake
On 08/26/2016 04:16 AM, Reda Sallahi wrote: > The dd section on qemu-img --help was a bit hard to read since it was not > well aligned. This patch fixes the display problem and also makes the > sentences on the .texi file more consistent with one another (uppercase and > conjugasion). s/conjugasio

[Qemu-devel] [PATCH v2 6/7] qemu-img: clean up dd documentation

2016-08-26 Thread Reda Sallahi
The dd section on qemu-img --help was a bit hard to read since it was not well aligned. This patch fixes the display problem and also makes the sentences on the .texi file more consistent with one another (uppercase and conjugasion). Signed-off-by: Reda Sallahi Reviewed-by: Stefan Hajnoczi ---