mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix fsstress usage() output
The show_ops() output should come as part of the -f option help. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
e15d36e67c
commit
073841a774
+1
-1
@@ -1494,8 +1494,8 @@ usage(void)
|
||||
printf(" -e errtg specifies error injection stuff\n");
|
||||
printf(" -f op_name=freq changes the frequency of option name to freq\n");
|
||||
printf(" the valid operation names are:\n");
|
||||
printf(" -i filenum get verbose output for this nth file object\n");
|
||||
show_ops(-1, " ");
|
||||
printf(" -i filenum get verbose output for this nth file object\n");
|
||||
printf(" -m modulo uid/gid modulo for chown/chgrp (default 32)\n");
|
||||
printf(" -n nops specifies the no. of operations per process (default 1)\n");
|
||||
printf(" -p nproc specifies the no. of processes (default 1)\n");
|
||||
|
||||
Reference in New Issue
Block a user