Commit 84844a20024c0add69b099aa3f4e8154026bc1b4
Committed by
Anthony Liguori
1 parent
3abcdf49
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>
Showing
1 changed file
with
1 additions
and
1 deletions
qemu-io.c
| ... | ... | @@ -1033,7 +1033,7 @@ static void usage(const char *name) |
| 1033 | 1033 | { |
| 1034 | 1034 | printf( |
| 1035 | 1035 | "Usage: %s [-h] [-V] [-Crsnm] [-c cmd] ... [file]\n" |
| 1036 | -"QEMU Disk excerciser\n" | |
| 1036 | +"QEMU Disk exerciser\n" | |
| 1037 | 1037 | "\n" |
| 1038 | 1038 | " -C, --create create new file if it doesn't exist\n" |
| 1039 | 1039 | " -c, --cmd command to execute\n" | ... | ... |