From: Omar Sandoval <osandov@xxxxxx> --bandwidth-log doesn't do anything with the argument that it requires, and the documentation doesn't indicate that it takes an argument. Fixes: b46928282e0a ("[PATCH] Add full command line parameter support") Signed-off-by: Omar Sandoval <osandov@xxxxxx> --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index c556fa2..eb6f4a6 100644 --- a/init.c +++ b/init.c @@ -103,7 +103,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = { }, { .name = (char *) "bandwidth-log", - .has_arg = required_argument, + .has_arg = no_argument, .val = 'b' | FIO_CLIENT_FLAG, }, { -- 2.10.0 -- 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