X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=init.c;h=06f69719328f575c12c0a2886ef64e9b256d4236;hb=a06be957386f23a0ac94f215cd1e23e6f4c93161;hp=ede0a8b97c773b2dd971c259c2f05c306dd84afa;hpb=a6d7953002576946bd7d6703fca698a16ad454a5;p=fio.git 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",