diff options
author | Peter Lieven <pl@kamp.de> | 2013-11-27 11:07:02 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-12-05 11:45:24 +0100 |
commit | 049b09825fe479f4caa013ccde0ff87fc9d82856 (patch) | |
tree | e961acf1bee46da3613df97d8d9c956f78288000 /qemu-img.c | |
parent | 13c28af87a5541a9b09a59502b876a1725fb502d (diff) |
qemu-img: fix usage instruction for qemu-img convert
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-img.c')
-rw-r--r-- | qemu-img.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c index 9d1b6b500a..9fe0ede40b 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -110,7 +110,6 @@ static void help(void) " conversion. If the number of bytes is 0, the source will not be scanned for\n" " unallocated or zero sectors, and the destination image will always be\n" " fully allocated\n" - " images will always be fully allocated\n" " '--output' takes the format in which the output must be done (human or json)\n" " '-n' skips the target volume creation (useful if the volume is created\n" " prior to running qemu-img)\n" |