X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=06f69719328f575c12c0a2886ef64e9b256d4236;hp=ede0a8b97c773b2dd971c259c2f05c306dd84afa;hb=dcf6ad384149ee0b3f91c5a8127160cc291f7157;hpb=a6d7953002576946bd7d6703fca698a16ad454a5 diff --git a/init.c b/init.c index ede0a8b9..06f69719 100644 --- a/init.c +++ b/init.c @@ -258,7 +258,7 @@ static struct option l_opts[FIO_NR_OPTIONS] = { { .name = (char *) "status-interval", .has_arg = required_argument, - .val = 'L', + .val = 'L' | FIO_CLIENT_FLAG, }, { .name = (char *) "trigger-file",