fsstress: fix argument typo

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Dmitry Monakhov
2011-11-08 12:41:53 +04:00
committed by Christoph Hellwig
parent e58aa1bac1
commit 8e8f546cfa
+1 -1
View 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;