From c1f75438a5888d96b3aa4f6a0cac50c4d4047f14 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 15 Jun 2009 14:45:43 +0200 Subject: [PATCH 1/1] Cmd help type fix Signed-off-by: Jens Axboe --- parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/parse.c b/parse.c index 1071d403..0636c6b3 100644 --- a/parse.c +++ b/parse.c @@ -664,7 +664,6 @@ static void show_option_help(struct fio_option *o) const char *typehelp[] = { "string (opt=bla)", "string with possible k/m/g postfix (opt=4k)", - "string with range and postfix (opt=1k-4k)", "string with time postfix (opt=10s)", "string (opt=bla)", "string with dual range (opt=1k-4k,4k-8k)", -- 2.25.1