aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-img-cmds.hx
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-07-09 20:30:07 +0200
committerKevin Wolf <kwolf@redhat.com>2010-07-13 17:48:17 +0200
commit5fb58b067ab02afd6bb1737b04f8d3d8f23a0c8d (patch)
tree1384cef24ce1e706f4e33e0953232e3a3b5cb884 /qemu-img-cmds.hx
parentf077caa99c21847152e706e222277b378cb0ec2f (diff)
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>
Diffstat (limited to 'qemu-img-cmds.hx')
-rw-r--r--qemu-img-cmds.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index c4cf3e754..6d3e5f8e6 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -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