qemu-img: Fix copy+paste bug in documentation

Replace rebase by resize in documentation of resize command.

Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: Kevin Wolf <kwolf@redhat.com>

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
Stefan Weil 2010-07-09 20:30:07 +02:00 committed by Kevin Wolf
parent f077caa99c
commit 5fb58b067a
1 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,6 @@ ETEXI
DEF("resize", img_resize,
"resize filename [+ | -]size")
STEXI
@item rebase @var{filename} [+ | -]@var{size}
@item resize @var{filename} [+ | -]@var{size}
@end table
ETEXI