Add missing option type
authorJens Axboe <jaxboe@fusionio.com>
Tue, 14 Sep 2010 11:10:35 +0000 (13:10 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 14 Sep 2010 11:10:35 +0000 (13:10 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
parse.c

diff --git a/parse.c b/parse.c
index db2f5a42f85aa68b5c7e768f0dee5f2be14cef2a..bb138e55f967fbeb6aa09690b79fa4b18092cbb4 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -79,6 +79,7 @@ static void show_option_help(struct fio_option *o, FILE *out)
        const char *typehelp[] = {
                "invalid",
                "string (opt=bla)",
+               "string (opt=bla)",
                "string with possible k/m/g postfix (opt=4k)",
                "string with time postfix (opt=10s)",
                "string (opt=bla)",