Add missing option type
[fio.git] / 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)",