From ae3fb6fbaf7dd68291f5de8e8aaac0d28e24c9ee Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 14 Sep 2010 13:10:35 +0200 Subject: [PATCH] Add missing option type Signed-off-by: Jens Axboe --- parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.c b/parse.c index db2f5a42..bb138e55 100644 --- 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)", -- 2.25.1