The following changes since commit 3410599a0abd52a6997e5561ebfa839ef1774b8c: binject: use WRITE, not WRITEZERO (2010-09-08 15:06:23 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Add missing option type parse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/parse.c b/parse.c index db2f5a4..bb138e5 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)", -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html