From: Stefan Weil Date: Fri, 9 Jul 2010 18:30:07 +0000 (+0200) Subject: qemu-img: Fix copy+paste bug in documentation X-Git-Tag: xen-15-06-02~7257^2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5fb58b067ab02afd6bb1737b04f8d3d8f23a0c8d;p=people%2Fsstabellini%2Fqemu-dm.git%2F.git qemu-img: Fix copy+paste bug in documentation Replace rebase by resize in documentation of resize command. Cc: Stefan Hajnoczi Cc: Kevin Wolf Signed-off-by: Stefan Weil Signed-off-by: Kevin Wolf --- diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index c4cf3e7542..6d3e5f8e69 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