fsstress: fix argument typo
[xfstests-dev.git] / ltp / fsstress.c
index 09c9529aed3908a579860ca97e506f6aa558e950..9b3af17803cc896a9936aa7ea91cd499cd90b729 100644 (file)
@@ -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;