mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Christoph Hellwig
parent
e58aa1bac1
commit
8e8f546cfa
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user