diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-06-22 15:08:47 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-24 09:09:15 -0500 |
commit | 84844a20024c0add69b099aa3f4e8154026bc1b4 (patch) | |
tree | 0b74812fac23dfb97e635a101069943ccd5d59e4 /qemu-io.c | |
parent | 3abcdf4904d695a9501d7886aa0d243cf086c087 (diff) |
qemu-io: Fix spelling in help message.
excerciser -> exerciser
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1033,7 +1033,7 @@ static void usage(const char *name) { printf( "Usage: %s [-h] [-V] [-Crsnm] [-c cmd] ... [file]\n" -"QEMU Disk excerciser\n" +"QEMU Disk exerciser\n" "\n" " -C, --create create new file if it doesn't exist\n" " -c, --cmd command to execute\n" |