X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=parse.c;h=03856dc298f163e6f91e28f8b148b84e3130eced;hp=2105e2b518334645c41ce02761866185e6625601;hb=70df2f19d2a456224fee54e17066298b307c3667;hpb=5b0a8880e2a0dafbdd12cabcb82f8fe728937e65 diff --git a/parse.c b/parse.c index 2105e2b5..03856dc2 100644 --- a/parse.c +++ b/parse.c @@ -437,6 +437,9 @@ int show_cmd_help(struct fio_option *options, const char *name) continue; } + if (!match) + continue; + printf("%16s: %s\n", "type", typehelp[o->type]); printf("%16s: %s\n", "default", o->def ? o->def : "no default"); show_option_range(o);