Pārlūkot izejas kodu

qemu-io-cmds: Fixed typo in example for writev.

Signed-off-by: Maria Kustova <maria.k@catit.be>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Maria Kustova 11 gadi atpakaļ
vecāks
revīzija
6e6507c06b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      qemu-io-cmds.c

+ 1 - 1
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"
 " writes a range of bytes from the given offset source from multiple buffers\n"
 "\n"
 "\n"
 " Example:\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"
 "\n"
 " Writes into a segment of the currently open file, using a buffer\n"
 " Writes into a segment of the currently open file, using a buffer\n"
 " filled with a set pattern (0xcdcdcdcd).\n"
 " filled with a set pattern (0xcdcdcdcd).\n"