diff --git a/ltp/fsstress.c b/ltp/fsstress.c index 09c9529a..9b3af178 100644 --- a/ltp/fsstress.c +++ b/ltp/fsstress.c @@ -385,7 +385,7 @@ int main(int argc, char **argv) i = 0; if (optarg[0] == 'c') i = 1; - show_ops(1, NULL); + show_ops(i, NULL); printf("\n"); nousage=1; break;