From: Jens Axboe Date: Tue, 14 Sep 2010 11:10:35 +0000 (+0200) Subject: Add missing option type X-Git-Tag: fio-1.44-rc1~7^2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ae3fb6fbaf7dd68291f5de8e8aaac0d28e24c9ee;hp=3410599a0abd52a6997e5561ebfa839ef1774b8c Add missing option type Signed-off-by: Jens Axboe --- 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)",