From: Maria Kustova Date: Tue, 18 Mar 2014 05:59:17 +0000 (+0400) Subject: qemu-io-cmds: Fixed typo in example for writev. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6e6507c06beb28e0551f68b13aa843ed1303f0f0;p=qemu.git qemu-io-cmds: Fixed typo in example for writev. Signed-off-by: Maria Kustova Reviewed-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index fb1db53c6b..60c1cebffc 100644 --- a/qemu-io-cmds.c +++ b/qemu-io-cmds.c @@ -1087,7 +1087,7 @@ writev_help(void) " writes a range of bytes from the given offset source from multiple buffers\n" "\n" " Example:\n" -" 'write 512 1k 1k' - writes 2 kilobytes at 512 bytes into the open file\n" +" 'writev 512 1k 1k' - writes 2 kilobytes at 512 bytes into the open file\n" "\n" " Writes into a segment of the currently open file, using a buffer\n" " filled with a set pattern (0xcdcdcdcd).\n"